Skip to content

Commit 9323c82

Browse files
committed
chore: publish only user-facing documentation on GitHub
Keep maintainer, agent, OpenSpec, and release-engineering docs local-only. Public tree retains README, community/safety docs, user guides, and examples. Slim CONTRIBUTING to community rules; drop release/dev sections from README.
1 parent 3c22e5c commit 9323c82

44 files changed

Lines changed: 53 additions & 3393 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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
oh-my-codex/
1313
oh-my-claudecode/
1414

15-
# OpenSpec: publish accepted specs; keep in-progress change drafts local
16-
openspec/changes/
17-
# Root historical vision draft only (do not match openspec/**/spec.md on case-insensitive FS)
15+
# Maintainer / agent / release engineering docs (local only — not for GitHub)
16+
openspec/
1817
/SPEC.md
19-
20-
# Agent implementation plans / superseded design drafts (not public product docs)
18+
/AGENTS.md
19+
/CLAUDE.md
20+
/DEVELOPMENT.md
21+
/RELEASE.md
22+
docs/architecture/
23+
docs/roadmap-0.8.md
2124
docs/superpowers/
2225

2326
# TypeScript build output

.npmignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
**/*.pyo
55
**/test_*.py
66

7-
# Keep npm package free of internal agent planning drafts
7+
# Maintainer-only docs (must not ship in npm)
8+
docs/architecture/
9+
docs/roadmap-0.8.md
810
docs/superpowers/
11+
AGENTS.md
12+
CLAUDE.md
13+
DEVELOPMENT.md
14+
RELEASE.md
15+
SPEC.md
16+
openspec/

AGENTS.md

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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Ship when release notes and `registry.yaml` / `package.json` versions are bumped
1010
- **SourceRef.v1 + report provenance**`omv sources init|show|validate` and `omv report provenance` manifests that hash Evidence, reports, and available local dependencies. Missing manifests warn; stale confirmed manifests fail artifact checks.
1111
- **PatternPack.v1 + unified evals** — 14 JSON pattern-pack manifests (including R/Lua), manifest-driven find/audit asset sync, and `omv eval` with human/JSON/JUnit output.
1212
- **ThreatMap rich render**`omv findings show` prints full `source → transforms → sink` paths with confidence, bypassable guards, and summary (no longer collapses to a single source→sink line).
13-
- **Readiness policy helpers**`isReportReady` / `isSubmissionScoreReady` / `resolveDoctorNextAction` in `workflow.ts` as the shared report-readiness gate used by doctor and review; maintainer docs (`AGENTS.md`, `CLAUDE.md`, `SPEC.md` banner) aligned with the current tree.
13+
- **Readiness policy helpers**`isReportReady` / `isSubmissionScoreReady` / `resolveDoctorNextAction` in `workflow.ts` as the shared report-readiness gate used by doctor and review.
14+
- **Public docs policy** — GitHub publishes user-facing guides only; maintainer/agent/release docs stay local.
1415

1516
## v0.9.0 - CLI command split and local findings dedup
1617

CLAUDE.md

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

0 commit comments

Comments
 (0)