propose_knowledge
Submit a knowledge proposal documenting project design decisions, schema changes, or API specifications. The proposal is validated and compiled into the Project Brain.
Instructions
Submits a Knowledge Proposal containing newly discovered or updated project design, decisions, schema changes, or API specifications. The proposal enters a validation queue before being compiled into the Project Brain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | A concise summary explaining what was decided, changed, or discovered. | |
| decisions | No | A list of concrete engineering decisions made. | |
| db_changes | No | Details of any database schema or table changes made. | |
| tests_passed | No | Whether all local tests passed successfully. | |
| apis_affected | No | Details of any API changes made (e.g., endpoints, methods). | |
| files_modified | No | A list of file paths that were modified. |