crackedcoder5th/Remembrance Oracle
AI code memory — validate, query, search, and manage proven code patterns in CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: submit, query, search, resolve, validate, stats, patterns, feedback, inspect, prune, harvest, maintain, auto-submit, covenant, security-scan | yes | stats |
| file | Path to code file (for submit/validate/covenant/security-scan) | no | — |
| test-file | Path to test file (for submit/validate) | no | — |
| description | Description (for submit/query/search/resolve) | no | — |
| tags | Comma-separated tags (for submit/query) | no | — |
| language | Language filter (javascript, python, typescript, rust, go) | no | — |
| entry-id | Entry ID (for feedback/inspect) | no | — |
| success | Whether the code worked (for feedback) | no | — |
| min-coherency | Minimum coherency score (0-1) | no | 0.5 |
| limit | Max results (for query/search) | no | 5 |
| path | Directory path (for harvest) | no | . |
| args | Additional CLI arguments (passed through to the command) | no | — |
Outputs
| name | description |
|---|---|
| result | Command output as JSON |
| accepted | Whether submitted code was accepted (submit only) |
| coherency-score | Coherency score of submitted/validated code |
| decision | PULL/EVOLVE/GENERATE decision (resolve only) |
| sealed | Whether covenant is sealed (covenant only) |