Skip to content

Commit 24ee920

Browse files
committed
Clean Phase 13 status and skill claims
1 parent 51852c6 commit 24ee920

6 files changed

Lines changed: 18 additions & 16 deletions

File tree

.agent/skills/REGISTRY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This document serves as the local registry index for all authorized skills in th
2626
- **Allowed Scope**: Scanning repository workspace, adjusting `.gitignore` rules, verifying offline providers.
2727
- **Forbidden Scope**: Reading `.env`, printing env, live network/provider calls, out-of-bounds writes.
2828
- **Validation Commands**: `cargo test`
29-
- **Local SHA-256 Checksum**: `5C2E7E9167EF2532B06212307DD4D7CADAC31509D8855332269FDEF2158DD367`
29+
- **Local SHA-256 Checksum**: `0B5E7A631E8CCED2E058870112B8569D2E01FD373E13CE89F448BB2BDA5D4EEC`
3030

3131
### 3. `ctxt-ci-diagnoser`
3232
- **Path**: [.agent/skills/ctxt-ci-diagnoser/SKILL.md](file:///.agent/skills/ctxt-ci-diagnoser/SKILL.md)
@@ -44,7 +44,7 @@ This document serves as the local registry index for all authorized skills in th
4444
- **Allowed Scope**: Modifying markdown documents in `docs/`, `reports/`, and repository root.
4545
- **Forbidden Scope**: Creating/modifying Rust code, adding forbidden readiness/compatibility claims.
4646
- **Validation Commands**: `git status --porcelain`
47-
- **Local SHA-256 Checksum**: `C1C7F9751F77F7EB00A103C10468A947CB603E342FC6E00166B6A0B96707ED7B`
47+
- **Local SHA-256 Checksum**: `0E19E1D5443C75704E657CDBCEE882436F34F02F73F1A3551C37EF8D786B1CE2`
4848

4949
### 5. `ctxt-proposal-auditor`
5050
- **Path**: [.agent/skills/ctxt-proposal-auditor/SKILL.md](file:///.agent/skills/ctxt-proposal-auditor/SKILL.md)
@@ -58,11 +58,11 @@ This document serves as the local registry index for all authorized skills in th
5858
### 6. `ctxt-release-packaging`
5959
- **Path**: [.agent/skills/ctxt-release-packaging/SKILL.md](file:///.agent/skills/ctxt-release-packaging/SKILL.md)
6060
- **Description**: Audits release checklist, compiles release target binary, and verifies git hygiene.
61-
- **Intended Use**: Checking release readiness checklists, writing release tags, compiling release build binary.
62-
- **Allowed Scope**: Compiling release build (`cargo build --release`), updating version tags, editing changelogs.
61+
- **Intended Use**: Checking release readiness checklists, updating version metadata, and compiling release target binary.
62+
- **Allowed Scope**: Compiling release build (`cargo build --release`), updating version metadata in Cargo.toml, editing changelogs.
6363
- **Forbidden Scope**: Committing temporary `.comptext/` cache directories, force pushes.
6464
- **Validation Commands**: `cargo build --release`, `git diff --exit-code`
65-
- **Local SHA-256 Checksum**: `099603E467A7E2EDD7DE82FCE3A453377F980FD8423FFF7FF3CB96164521BE82`
65+
- **Local SHA-256 Checksum**: `7C5E20A372E08CB9BF7C38BD3EF0B8A8998298C896FB77FA4EB34D0C7DA76CCA`
6666

6767
### 7. `ctxt-phase-13-skill-bundle-registry`
6868
- **Path**: [.agent/skills/ctxt-phase-13-skill-bundle-registry/SKILL.md](file:///.agent/skills/ctxt-phase-13-skill-bundle-registry/SKILL.md)

.agent/skills/ctxt-docs-consistency-checker/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Verify formatting, markdown link integrity, document locations, and claims hygie
2323
- Relocating misplaced phase status reports to correct folders.
2424

2525
## Forbidden
26-
- Adding claims regarding production readiness, enterprise certification, or guaranteed safety.
26+
- Adding claims regarding unsupported readiness, certification, or guarantee-style claims.
2727
- Creating or editing Rust source code.
2828
- Performing live network connections.
2929

.agent/skills/ctxt-release-packaging/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ summary: "Audits release checklist, compiles release target binary, and verifies
77
# Skill: ctxt-release-packaging
88

99
## Goal
10-
Verify the release checklist, edit the changelog, build the production release binary, and ensure Git tree cleanliness.
10+
Verify the release checklist, edit the changelog, build the release target binary, and ensure Git tree cleanliness.
1111

1212
## Read first
1313
- docs/RELEASE_CHECKLIST.md
1414
- CHANGELOG.md
1515

1616
## Use when
17-
- Compiling a stable local release package of the CLI.
18-
- Updating release tags and metadata.
17+
- Compiling a local release package of the CLI.
18+
- Updating version metadata and changelog entries.
1919
- Validating Git ignore rules before final release commits.
2020

2121
## Allowed
@@ -24,6 +24,7 @@ Verify the release checklist, edit the changelog, build the production release b
2424
- Writing release checklists and changelogs.
2525

2626
## Forbidden
27+
- No Git tag creation, release publishing, or package publishing unless explicitly authorized by a later phase.
2728
- Committing temporary `.comptext/` cache directories.
2829
- Rewriting Git history or performing force pushes.
2930
- Adding unverified or uncompiled files to the release package.

.agent/skills/ctxt-security-review/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ summary: "Audits repository modifications against safety boundaries, credential
77
# Skill: ctxt-security-review
88

99
## Goal
10-
Audit codebase safety, confirm secret redaction, and ensure no forbidden readiness or compliance claims exist in repository files.
10+
Audit codebase safety, confirm secret redaction, and ensure no forbidden readiness or compatibility claims exist in repository files.
1111

1212
## Read first
1313
- AGENTS.md
@@ -16,7 +16,7 @@ Audit codebase safety, confirm secret redaction, and ensure no forbidden readine
1616
## Use when
1717
- Performing security checks before a git commit.
1818
- Inspecting files for high-entropy secrets or private keys.
19-
- Reviewing documentation for forbidden readiness or compliance claims.
19+
- Reviewing documentation for forbidden readiness or compatibility claims.
2020

2121
## Allowed
2222
- Reading and scanning files within the repository workspace.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ CompText is for developers who want AI-assisted workflows with stronger boundari
8686

8787
```text
8888
Binary: ctxt
89-
Current phase: Phase 12
90-
Current task: Antigravity CLI Governance & Token Economy
91-
Last green phase: Phase 12
89+
Current phase: Phase 13
90+
Current task: Skill Bundle Registry
91+
Last green phase: Phase 13
9292
Status: complete
9393
```
9494

@@ -110,13 +110,13 @@ Phase 9 Validate and Benchmark COMPLETE
110110
Phase 10 MVP Stabilization & Release Readiness COMPLETE
111111
Phase 11 Release Packaging COMPLETE
112112
Phase 12 Antigravity CLI Governance & Token Economy COMPLETE
113+
Phase 13 Skill Bundle Registry COMPLETE
113114
```
114115

115116
Next areas:
116117

117118
```text
118-
Phase 13 Skill Bundle Registry NEXT
119-
Phase 14 Hook/Permission Integration QUEUED
119+
Phase 14 Hook/Permission Integration NEXT
120120
Phase 15 Cryptographic Provenance Engine QUEUED
121121
```
122122

reports/phase_13_status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@
6161
3. **Change-Detection Policy**: Specified in design docs that integrity hashes are local change-detection tools, avoiding overclaims of remote/distributed marketplace or cryptographic provenance capabilities.
6262
4. **Starter Skills Bundling**: Normalized and registered 6 starter skills alongside the governance skill, all containing Goal, Read first, Use when, Allowed, Forbidden, Validation, and Return clauses.
6363
5. **Claims Audit Cleanliness**: Checked that no overclaims regarding cryptographic proofs, remote market integration, enterprise readiness, or certified safety exist.
64+
6. **Review-Gate Cleanup**: Updated `README.md` project tracking status block to Phase 13 COMPLETE and Phase 14 NEXT. Cleaned starter skill files (`ctxt-release-packaging`, `ctxt-security-review`, `ctxt-docs-consistency-checker`) to replace claim-sensitive terms (e.g., 'production release binary', 'stable local release', 'compliance claims', and production/enterprise/guaranteed terms). Recomputed and updated the local SHA-256 change-detection hashes in the registry index.

0 commit comments

Comments
 (0)