docs: drop handoff, review and report references

This commit is contained in:
Artur Mukhamadiev 2026-09-15 00:23:43 +03:00
parent baf00f1079
commit d8100633f7
6 changed files with 8 additions and 13 deletions

7
.gitignore vendored
View File

@ -20,6 +20,7 @@ report/
deploy/*.env
# private TLS keys and certificates
deploy/tls/
# design/planning documents kept locally, not tracked
docs/SPECIFICATION.md
docs/implementation/
# design, planning, handoff, review and report documents kept locally, not tracked
docs/
**/HANDOFF.md
agent/REVIEW.md

View File

@ -3,10 +3,8 @@
A minimalist web UI that researches a Confluence Data Center instance with a
[pi](https://github.com/earendil-works/pi) agent running in a fresh, network-less
rootless Docker container per query, and returns a cited Markdown answer plus
optional files the agent produced. The integration results are in
[docs/INTEGRATION_REPORT.md](docs/INTEGRATION_REPORT.md); each component
documents its own interface in `agent/README.md`, `backend/README.md` and
`frontend/README.md`.
optional files the agent produced. Each component documents its own interface
in `agent/README.md`, `backend/README.md` and `frontend/README.md`.
The repository also contains the original standalone
[Confluence crawler](#standalone-crawler), which is unchanged.

View File

@ -69,8 +69,6 @@ aggregate limits produce bounded warnings, and a traversal budget prevents
unbounded directory enumeration. The backend still receives untrusted bytes and
must independently validate paths, sizes, storage and attachment delivery.
See [HANDOFF.md](HANDOFF.md) for evidence, exact pins and outstanding integration
checks, and [REVIEW.md](REVIEW.md) for problems corrected in the initial code.
Completion is committed only after the complete frame finishes writing. The bridge
timer is then cleared and no further terminal error is emitted; the supervisor's

View File

@ -20,7 +20,6 @@ backend/
fake_entrypoint.py # Container entrypoint for fake peer
Dockerfile.fake # Test container image definition
README.md # Configuration & documentation
HANDOFF.md # Integration handoff details
```
## Environment Variables

View File

@ -31,8 +31,7 @@ frontend/
├── package.json
├── package-lock.json
├── .gitignore
├── README.md
└── HANDOFF.md
└── README.md
```
## Security & Architecture Highlights

View File

@ -1,4 +1,4 @@
"""Failure and byte-boundary regressions from BACKEND_REVIEW.md."""
"""Failure and byte-boundary regressions found in the backend review."""
import asyncio
import base64
import json