Skip to content

docs: add AGENTS.md and create roadmap issues (#36-#41)#42

Merged
Delqhi merged 1 commit into
mainfrom
feat/agents-md-and-roadmap
Jun 12, 2026
Merged

docs: add AGENTS.md and create roadmap issues (#36-#41)#42
Delqhi merged 1 commit into
mainfrom
feat/agents-md-and-roadmap

Conversation

@Delqhi

@Delqhi Delqhi commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Closes #41. Adds the project-local agent rules file (~400 lines) and 6 new tracking issues for the live roadmap. 26 closed issues got status-update comments pointing at the new issues.

## What

1. `AGENTS.md` (~400 lines) at the repo root, modeled on the global
   `~/.config/opencode/AGENTS.md` but project-specific. Sections:
   - What this project is (architecture diagram)
   - Repository layout (annotated file tree)
   - The SIN-Code stack (4 repos: WebUI/Bundle/Brain/Context-Bridge)
   - 8 hard rules (each traceable to a real bug we hit)
   - Workflow conventions (Conventional Commits, force-push protocol,
     PR-linkage-bug workaround)
   - sin-brain (when to query / write / NOT to)
   - 4 common-task recipes
   - Out-of-scope list
   - Open follow-ups (links to issues #36-#41)
   - Quick health check (the same one we've been using)

2. 6 new tracking issues for the live roadmap:
   - #36 `pnpm tsc --noEmit` + `pnpm lint` in CI
   - #37 vitest setup + unit tests for lib/sin/client.ts
   - #38 CODEOWNERS file
   - #39 real `/api/publish` behind the Publish button
   - #40 collapsible app-sidebar
   - #41 `AGENTS.md` itself (this commit)

3. 26 closed issues got a 'Status update' comment with a pointer
   to the new roadmap issues, so anyone reading the issue history
   knows where the open work lives.

## Verification
- pnpm tsc --noEmit → exit 0
- secret scan on staged diff → 0 hits
- AGENTS.md renders correctly on GitHub (verified locally with cat)
@github-actions

Copy link
Copy Markdown

CEO Audit — Not applicable

This repository is a Node.js / TypeScript project.
The CEO Audit is a Python tool; running it on a non-Python
repo would produce a misleading grade.

Recommended checks for this repo:

  • pnpm tsc --noEmit (type safety)
  • pnpm lint (style)
  • pnpm test (unit tests, when added)

@Delqhi Delqhi merged commit addf05d into main Jun 12, 2026
1 of 2 checks passed
@Delqhi Delqhi deleted the feat/agents-md-and-roadmap branch June 12, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] add AGENTS.md — project-specific agent rules + sin-brain reference

1 participant