Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions .claude-project.md

This file was deleted.

12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,22 @@ These rules apply only to this repository. They extend the workspace rules in
affected scope, and the smallest check that can prove completion.
- Keep changes small and reversible. Reuse existing project patterns and
dependencies before adding abstractions or packages.
- Prefer deletion, the standard library, native platform features, and already
installed dependencies before adding code or dependencies.
- Never simplify away trust-boundary validation, data-loss protection,
security controls, or accessibility basics.
- Do not claim completion without fresh evidence. Prefer targeted tests first,
then typecheck, lint, build, integration, or browser smoke checks according to
the risk of the change.

## Documentation Hygiene

- Keep the repository root limited to durable product, architecture, testing,
and agent-instruction entry points.
- Track active plans and tasks in GitHub Issues. Record durable architecture
decisions in `docs/adr/`; do not add root-level `PLAN_*`, `GOAL*`, `HANDOFF*`,
or `AUDIT*` files.

Comment on lines +20 to +27

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Prohibit future root-level TODO* documents.

The rule forbids PLAN_*, GOAL*, HANDOFF*, and AUDIT*, but it omits TODO*. Add TODO* so the transient documents removed by this PR cannot be reintroduced.

As per coding guidelines, active plans and tasks belong in GitHub Issues, and the repository root must contain only durable entry points.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@AGENTS.md` around lines 20 - 27, Update the “Documentation Hygiene” guidance
in AGENTS.md to include root-level TODO* files alongside PLAN_*, GOAL*,
HANDOFF*, and AUDIT* in the prohibited transient-document patterns, while
preserving the existing instruction to track active plans and tasks in GitHub
Issues.

Source: Coding guidelines

## Task-Aware Model Routing

Use a Tian Ji horse-racing strategy: match the task to the least expensive model
Expand Down
143 changes: 0 additions & 143 deletions AUDIT-cybernetic-remediation.md

This file was deleted.

29 changes: 0 additions & 29 deletions GOAL-2.md

This file was deleted.

Loading
Loading