Skip to content

[External State] squad rc probes and reads local state directly #1398

Description

@dat-intellis

Summary

squad rc probes local .squad / .ai-team paths directly and reads local team.md.

Evidence

  • packages/squad-cli/src/cli/commands/rc.ts:42-45
    • direct checks of path.join(cwd, '.squad') and path.join(cwd, '.ai-team')
  • packages/squad-cli/src/cli/commands/rc.ts:58
    • reads storage.readSync(path.join(squadDir, 'team.md'))
  • No use of effective state resolution.

Expected

Team roster reads should follow effective state dir when externalized.

Actual

Command uses local path probing and local team file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions