Skip to content

Commit b007c55

Browse files
tbitcsoz-agent
andcommitted
chore: merge develop -> main (v0.11.0 — compliance, context window, governance panel)
Merges all develop work: - EU AI Act / NIST AI RMF compliance layer (REQ-206..220) - Context window management with GPU-aware sizing (REQ-244..247) - Governance tools panel wiring (.kairos integration) - Comprehensive mechanical compliance test suite (tests/test_compliance.py) - Updated README with full compliance documentation and LEDGER.md Co-Authored-By: Oz <oz-agent@warp.dev>
2 parents 1495cea + a39b048 commit b007c55

93 files changed

Lines changed: 2375 additions & 34850 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,24 @@ temp/
4343
.repo-index/
4444

4545
# .specsmith/ split: committed (audit chain) vs gitignored (runtime cache)
46-
# Keep committed: trace.jsonl, ledger-chain.txt, config.yml,
47-
# requirements.json, testcases.json (snapshot of docs/)
48-
# Gitignore: runtime-only volatile files
46+
# Keep committed: config.yml, requirements.json, testcases.json
47+
# All runtime-only / regeneratable artifacts are gitignored:
4948
.specsmith/workitems.json
5049
.specsmith/runs/
5150
.specsmith/chat/
5251
.specsmith/perf/
5352
.specsmith/recovery/
5453
.specsmith/ledger.jsonl
54+
.specsmith/ledger-chain.txt
55+
.specsmith/trace.jsonl
56+
.specsmith/credit-budget.json
57+
.specsmith/credits.json
58+
.specsmith/model-rate-limits.json
5559
.specsmith/pids/
5660
.specsmith/logs/
5761
.specsmith/sessions/
58-
.specsmith/credits.json
59-
.specsmith/model-rate-limits.json
6062
.specsmith/agent-reports/
6163

64+
# Old Warp branding directory — renamed to .kairos/; prevent accidental re-creation
65+
.warp/
66+
File renamed without changes.

.specsmith/chat/chat-2026-04-23T21-07-13.jsonl

Lines changed: 0 additions & 11 deletions
This file was deleted.

.specsmith/chat/chat-2026-04-30T23-28-32.jsonl

Lines changed: 0 additions & 3 deletions
This file was deleted.

.specsmith/chat/chat-2026-05-02T18-48-31.jsonl

Lines changed: 0 additions & 6 deletions
This file was deleted.

.specsmith/credit-budget.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.specsmith/ledger-chain.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)