Skip to content

chore: Add missing AGENTS.md to 6 repos (SCKG, IBD, PoC, ADW, Oracle, EFM) #40

@Delqhi

Description

@Delqhi

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/)

  1. SIN-Code-SCKG-Tool — Most mature, 96 tests, v0.6.1
  2. SIN-Code-IBD-Tool — v0.1.0, 5 tests
  3. SIN-Code-PoC-Tool — v0.1.0, 9 tests
  4. SIN-Code-ADW-Tool — v0.1.0, 11 tests
  5. SIN-Code-Oracle-Tool — v0.1.0, 13 tests
  6. 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

pytest tests/ -v

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions