Enhance documentation, update skills, and refactor codebase - #15
Merged
Conversation
- Added .plan-reviews/ to .gitignore to exclude review plans from tracking. - Updated skills-engineering/README.md to include new workflow skills: `plan-grill` and `cross-model-review`. - Modified agent-preamble template to incorporate the new skills for better agent configuration.
- Updated CHANGELOG.md to reflect the removal of the Universal RAG Gateway module, replaced by a lighter embedded knowledge base solution. - Modified package.json and README.md to remove references to the Universal RAG Gateway. - Deleted associated files and configurations related to the Universal RAG Gateway from the project.
- Modified README.md to reflect changes in data storage from SQLite to a single JSON cache file. - Updated sync command in README for consistency with new storage method. - Adjusted parser to skip hidden directories related to the JSON cache. - Enhanced search functionality to include planId filtering in search queries. - Refactored store to accommodate JSON cache for entity storage instead of SQLite.
- Revised the instructions in AGENT-BRIEF.md to specify a seven-segment structure for PLAN.md, including Goal, Constraints & assumptions, Approach, Key decisions & tradeoffs, Validation plan, Risks, and Out of scope.
- Deleted PLAN.md and PLAN-REVIEW-LOG.md as part of the project restructuring. These files contained the plan for login rate limiting with Redis and associated review logs, which are no longer needed.
- Revised README.md to clarify the local embedded knowledge base's zero external service dependency and updated the configuration section for embedding API usage. - Enhanced the config.ts file to load embedding secrets from env/secrets.json, allowing for programmatic overrides and improved handling of embedding API keys and URLs.
- Introduced new commands `visualize` and `codegraph` in the CLI for generating interactive knowledge and code architecture graphs, respectively. - Updated package.json to include corresponding scripts. - Enhanced CLI help output to document the new commands and their usage with an optional `--output` flag for custom file paths.
- Remove codegraph.ts (989 lines) and refactor CLI/extractor/parser/types - Add search tests for plan-reviews - Update plan-grill skill docs (SKILL.md, AGENT-BRIEF.md, plan_grill.md) - Update cross-model-review and ios-engineer reference docs - Add ios-engineer evolution proposal for PG-005 architecture analysis mode
- Changed the user path for the claude CLI tool from '/Users/song/.local/bin/claude' to '/Users/you/.local/bin/claude' in the regression-login-rate-limit.md example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.