Description
6 Python repos in the security/verification suite lack AGENTS.md files, violating SIN-Code standards and breaking sin-brain / sin-context-bridge integration.
Affected Repos (all at OpenSIN-Code/)
- SIN-Code-SCKG-Tool — Most mature, 96 tests, v0.6.1
- SIN-Code-IBD-Tool — v0.1.0, 5 tests
- SIN-Code-PoC-Tool — v0.1.0, 9 tests
- SIN-Code-ADW-Tool — v0.1.0, 11 tests
- SIN-Code-Oracle-Tool — v0.1.0, 13 tests
- SIN-Code-EFM-Tool — v0.1.0, 9 tests
Required AGENTS.md Content (per SIN standard)
# Repo Name — Description
## Architecture
[1 paragraph on what this tool does]
## Services
| Service | Port | Purpose |
|---------|------|---------|
| CLI | N/A | Main interface |
## Quick-Start
```bash
pip install -e .
tool --help
Key Endpoints / Commands
tool <subcommand> — description
CoDocs
- All .py files have .doc.md companions
- Run
sin codocs check to validate
Testing
Integration
sin <tool> subcommand (once added to Bundle)
- MCP server:
python -m src.server
## Acceptance Criteria
- [ ] All 6 repos have AGENTS.md at root
- [ ] `sin codocs check` passes for each repo
- [ ] `sin-brain` can discover rules from each
- [ ] `sin-context-bridge` can query each repo
## Priority
**HIGH** — Blocks sin-brain integration; easy fix (copy template)
Description
6 Python repos in the security/verification suite lack
AGENTS.mdfiles, violating SIN-Code standards and breakingsin-brain/sin-context-bridgeintegration.Affected Repos (all at
OpenSIN-Code/)Required AGENTS.md Content (per SIN standard)
Key Endpoints / Commands
tool <subcommand>— descriptionCoDocs
sin codocs checkto validateTesting
Integration
sin <tool>subcommand (once added to Bundle)python -m src.server