Skip to content

Commit 17687a1

Browse files
committed
Remove public docs directory
Move remaining audit finding notes out of the public repository and remove the now-empty docs tree, plus stale layout and CODEOWNERS references.
1 parent 741c8bb commit 17687a1

8 files changed

Lines changed: 2 additions & 238 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@
3939
/adapters/ @atomicstrata/atomicmemory-integrations
4040
/plugins/ @atomicstrata/atomicmemory-integrations
4141

42-
# Public smoke and docs surface.
42+
# Public smoke surface.
4343
/tests/ @atomicstrata/atomicmemory-maintainers
44-
/docs/ @atomicstrata/atomicmemory-maintainers

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repository. Human-facing project context lives in `README.md`, `CONTRIBUTING.md`
1313
- `plugins/` contains host integrations.
1414
- `tests/smoke/` contains public smoke contracts and contributor-safe release
1515
checks.
16-
- `docs/` contains public docs only.
1716
- `examples/` is reserved for future examples that have owners and CI coverage.
1817

1918
## Working Rules

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lands in `packages/`, `adapters/`, or `plugins/`. Each package owns its own
6868

6969
- Default branch: `main`. Direct pushes to `main` are not permitted.
7070
- Branch from `main` using a descriptive name (`feat/...`, `fix/...`,
71-
`docs/...`, `chore/...`).
71+
`chore/...`).
7272
- Keep commits small and focused. Use Conventional Commits style messages when
7373
practical (`feat(sdk): ...`, `fix(adapters/langchain): ...`).
7474
- Sign your commits where you can. Branch protection may require verified
@@ -109,7 +109,6 @@ must be green before merge.
109109
| `plugins/` | Host integrations. Directory uses the bare host name; package uses the `-plugin` suffix. |
110110
| `examples/` | Reserved for phase 2+. Only land examples with owners and CI coverage. |
111111
| `tests/smoke/` | Public, contributor-safe smoke tests and docs contracts. |
112-
| `docs/` | Public docs surface that ships from this repository. |
113112

114113
Release orchestration, marketplace operations, sensitive service configuration,
115114
and any path under `/Users/...` are out of scope for this repository. If a

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ adapters/ framework integrations (Vercel AI, OpenAI Agents, LangChain,
268268
plugins/ host integrations (Claude Code, OpenClaw, Hermes, Codex, Cursor)
269269
examples/ reserved for phase 2+; only added with owners and CI coverage
270270
tests/smoke/ public, contributor-safe smoke tests
271-
docs/ public docs surface
272271
```
273272

274273
Release orchestration, marketplace operations, sensitive service configuration,

docs/.gitkeep

Whitespace-only changes.

docs/findings/concurrent-ingest-race.md

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

docs/findings/monorepo-audit.md

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

docs/findings/search-ranking-bias.md

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

0 commit comments

Comments
 (0)