Skip to content

refactor: move workspace.yaml to .allagents directory#5

Merged
christso merged 1 commit into
mainfrom
move-workspace-yaml
Jan 23, 2026
Merged

refactor: move workspace.yaml to .allagents directory#5
christso merged 1 commit into
mainfrom
move-workspace-yaml

Conversation

@christso
Copy link
Copy Markdown
Contributor

Move workspace configuration from workspace.yaml at workspace root to .allagents/workspace.yaml to keep allagents configuration contained in its own directory.

Changes:

  • Add src/constants.ts with CONFIG_DIR and WORKSPACE_CONFIG_FILE constants
  • Update all source files to look for config at .allagents/workspace.yaml
  • Update templates to use .allagents/workspace.yaml
  • Update examples to use new path
  • Update CLI help text and error messages
  • Update README documentation
  • Update tests to use new path

Move workspace configuration from `workspace.yaml` at workspace root to
`.allagents/workspace.yaml` to keep allagents configuration contained in
its own directory.

Changes:
- Add src/constants.ts with CONFIG_DIR and WORKSPACE_CONFIG_FILE constants
- Update all source files to look for config at .allagents/workspace.yaml
- Update templates to use .allagents/workspace.yaml
- Update examples to use new path
- Update CLI help text and error messages
- Update README documentation
- Update tests to use new path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant