Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,14 @@ Framework discovery is read-only:

```bash
tree-ring integrations scan --source-root .
tree-ring integrations certify --source-root .
```

- `integrations certify` writes non-mutating harness evidence under
`target/tree-ring-certification/harness/` and updates
`target/tree-ring-certification/evidence-index.json`. Pass, fail, and skip
states are evidence records, not broad compatibility claims.

It looks for local markers for DOX, Revolve, Codex, Claude Code, Agent Zero/A0,
Goose, OpenCode, Hermes, and Pi, then suggests next steps without editing those
tools' configuration. JSON output records whether each marker came from the
Expand Down
1 change: 1 addition & 0 deletions crates/tree-ring-memory-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ name = "tree-ring"
path = "src/main.rs"

[dependencies]
chrono.workspace = true
clap.workspace = true
ratatui.workspace = true
serde.workspace = true
Expand Down
Loading
Loading