docs: drop handoff, review and report references
This commit is contained in:
parent
baf00f1079
commit
d8100633f7
7
.gitignore
vendored
7
.gitignore
vendored
@ -20,6 +20,7 @@ report/
|
|||||||
deploy/*.env
|
deploy/*.env
|
||||||
# private TLS keys and certificates
|
# private TLS keys and certificates
|
||||||
deploy/tls/
|
deploy/tls/
|
||||||
# design/planning documents kept locally, not tracked
|
# design, planning, handoff, review and report documents kept locally, not tracked
|
||||||
docs/SPECIFICATION.md
|
docs/
|
||||||
docs/implementation/
|
**/HANDOFF.md
|
||||||
|
agent/REVIEW.md
|
||||||
|
|||||||
@ -3,10 +3,8 @@
|
|||||||
A minimalist web UI that researches a Confluence Data Center instance with a
|
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
|
[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
|
rootless Docker container per query, and returns a cited Markdown answer plus
|
||||||
optional files the agent produced. The integration results are in
|
optional files the agent produced. Each component documents its own interface
|
||||||
[docs/INTEGRATION_REPORT.md](docs/INTEGRATION_REPORT.md); each component
|
in `agent/README.md`, `backend/README.md` and `frontend/README.md`.
|
||||||
documents its own interface in `agent/README.md`, `backend/README.md` and
|
|
||||||
`frontend/README.md`.
|
|
||||||
|
|
||||||
The repository also contains the original standalone
|
The repository also contains the original standalone
|
||||||
[Confluence crawler](#standalone-crawler), which is unchanged.
|
[Confluence crawler](#standalone-crawler), which is unchanged.
|
||||||
|
|||||||
@ -69,8 +69,6 @@ aggregate limits produce bounded warnings, and a traversal budget prevents
|
|||||||
unbounded directory enumeration. The backend still receives untrusted bytes and
|
unbounded directory enumeration. The backend still receives untrusted bytes and
|
||||||
must independently validate paths, sizes, storage and attachment delivery.
|
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
|
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
|
timer is then cleared and no further terminal error is emitted; the supervisor's
|
||||||
|
|||||||
@ -20,7 +20,6 @@ backend/
|
|||||||
fake_entrypoint.py # Container entrypoint for fake peer
|
fake_entrypoint.py # Container entrypoint for fake peer
|
||||||
Dockerfile.fake # Test container image definition
|
Dockerfile.fake # Test container image definition
|
||||||
README.md # Configuration & documentation
|
README.md # Configuration & documentation
|
||||||
HANDOFF.md # Integration handoff details
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|||||||
@ -31,8 +31,7 @@ frontend/
|
|||||||
├── package.json
|
├── package.json
|
||||||
├── package-lock.json
|
├── package-lock.json
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
├── README.md
|
└── README.md
|
||||||
└── HANDOFF.md
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Security & Architecture Highlights
|
## Security & Architecture Highlights
|
||||||
|
|||||||
@ -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 asyncio
|
||||||
import base64
|
import base64
|
||||||
import json
|
import json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user