Skip to content

Commit e6d8088

Browse files
committed
refactor: clear doc comment grandfathered map, remove superpowers, fix orphaned docs
Fix all 68 TestDocCommentStructure violations by adding missing Parameters: and Returns: sections to exported function doc comments across 31 files. Set grandfatheredDocStructure to 0. Remove docs/superpowers/ (external skill dependency that arrived via feature branch merge). Extract useful patterns into specs/superpowers-analysis.md. Add reference/audit-conventions.md to site nav and reference index (was orphaned — existed but unreachable). Spec: specs/superpowers-analysis.md Signed-off-by: Jose Alekhinne <jose@ctx.ist>
1 parent 9c6d5c3 commit e6d8088

153 files changed

Lines changed: 4067 additions & 11034 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.

.context/TASKS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,10 @@ TASK STATUS LABELS:
9999
.ctxrc or settings.json. Related: consolidation nudge hook
100100
spec. #added:2026-03-23-223500
101101

102-
103102
- [ ] Design UserPromptSubmit hook that runs go build and
104103
surfaces compilation errors before the agent acts on stale
105104
assumptions #added:2026-03-23-120136
106105

107-
108106
- [ ] Architecture Mapping (Enrichment):
109107
**Context**: Skill that incrementally builds and maintains
110108
ARCHITECTURE.md and DETAILED_DESIGN.md. Coverage tracked in

docs/reference/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ sensitive values that travel with the project.
5252

5353
---
5454

55+
### [Audit Conventions](audit-conventions.md)
56+
57+
Common patterns and fixes for the AST compliance tests in
58+
`internal/audit/`. When a test fails, find the matching section.
59+
60+
---
61+
5562
### [Version History](versions.md)
5663

5764
Changelog for every `ctx` release.

0 commit comments

Comments
 (0)