Skip to content

Commit c646f34

Browse files
committed
docs: retire completed implementation spec
1 parent 405703c commit c646f34

3 files changed

Lines changed: 5 additions & 1536 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Product boundaries
44

5-
- Implement the behavior in `SPEC.md`; do not preserve Gitcrawl compatibility.
5+
- Follow the contracts in `docs/architecture.md`; do not preserve Gitcrawl
6+
compatibility.
67
- Do not import Gitcrawl or Crawlkit modules.
78
- Prefer the standard library or mature maintained packages over custom
89
protocol, migration, authentication, concurrency, and terminal machinery.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ investigate, validate, and prepare focused open-source contributions.
88
Network access is explicit and read-only: the CLI and MCP surface fetch data only
99
when you ask them to. Search and inspection commands read from the local corpus.
1010

11-
See [SPEC.md](SPEC.md) for the product contract and delivery plan. The
12-
[architecture guide](docs/architecture.md) explains package boundaries,
13-
persistence invariants, and side-effect rules. See [CONTRIBUTING.md](CONTRIBUTING.md)
14-
for development and testing guidance.
11+
The [architecture guide](docs/architecture.md) explains package boundaries,
12+
persistence invariants, and side-effect rules. See
13+
[CONTRIBUTING.md](CONTRIBUTING.md) for development and testing guidance.
1514

1615
## Install
1716

0 commit comments

Comments
 (0)