Skip to content

Comments

Remove --project and --project-name flags#13

Merged
CamonZ merged 1 commit intomasterfrom
refactor-remove-project-flag
Dec 30, 2025
Merged

Remove --project and --project-name flags#13
CamonZ merged 1 commit intomasterfrom
refactor-remove-project-flag

Conversation

@CamonZ
Copy link
Owner

@CamonZ CamonZ commented Dec 30, 2025

Summary

  • Remove --project flag from CommonArgs (all commands)
  • Remove --project-name flag from setup command
  • Remove project parameter from all database query functions
  • Update all tests, fixtures, skills, agents, and documentation

The one-database-per-project architecture makes project filtering unnecessary. Each project now has its own isolated database at .code_search/surrealdb.rocksdb.

Test plan

  • All 576 tests pass
  • Verified CLI commands work without --project flag
  • Updated all skill and agent templates
  • Updated README and documentation

The one-database-per-project architecture makes project filtering
unnecessary. Each project now has its own isolated database at
.code_search/surrealdb.rocksdb.

Changes:
- Remove project field from CommonArgs (affects all commands)
- Remove project parameter from all db query functions
- Remove --project-name from setup command
- Update all tests, fixtures, skills, agents, and documentation
@CamonZ CamonZ merged commit 3331917 into master Dec 30, 2025
1 check passed
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