Commit Graph

10 Commits

Author SHA1 Message Date
olekhondera
db5ba04fb9 feat: expand agents (10), skills (20), and hooks (11) with profile system
Agents:
- Add YAML frontmatter (model, tools) to all 7 existing agents
- New agents: planner (opus), build-error-resolver (sonnet), loop-operator (sonnet)

Skills:
- search-first: research before building (Adopt/Extend/Compose/Build)
- verification-loop: full quality gate pipeline (Build→TypeCheck→Lint→Test→Security→Diff)
- strategic-compact: when and how to run /compact effectively
- autonomous-loops: 6 patterns for autonomous agent workflows
- continuous-learning: extract session learnings into instincts

Hooks:
- Profile system (minimal/standard/strict) via run-with-profile.sh
- config-protection: block linter/formatter config edits (standard)
- suggest-compact: remind about /compact every ~50 tool calls (standard)
- auto-tmux-dev: suggest tmux for dev servers (standard)
- session-save/session-load: persist and restore session context (Stop/SessionStart)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:16:20 +02:00
olekhondera
d9b2b8ffc8 feat: add commit-docs-reminder hook to enforce checklist before commits
Adds a PreToolUse Bash hook that reminds AI agents to verify
status-update-checklist.md before running git commit. Also adds
the corresponding constraint to RULES.md section 3.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 07:44:06 +02:00
olekhondera
5053235e95 Update documentation to align terminology, clarify project stages, and improve consistency; add RECOMMENDATIONS.md for project-specific guidance. 2025-12-12 01:50:38 +02:00
olekhondera
12f3b625f5 Refine RULES.md formatting for better readability and consistency without altering content or intent. 2025-12-12 01:30:30 +02:00
olekhondera
85d30af57f Remove codex-rules.md and integrate relevant details into RULES.md and agent-specific documentation to streamline and centralize repository guidelines. Refine security-auditor.md, test-engineer.md, backend-architect.md, frontend-architect.md, and code-reviewer.md for better clarity and alignment with updated rules. 2025-12-12 01:26:33 +02:00
olekhondera
f8c854e3e1 create AI_template 2025-11-18 03:12:20 +02:00
olekhondera
c8e2aeba9a upd RULES.md 2025-11-16 11:55:04 +02:00
olekhondera
9fee0be471 upd agents + RULES.md 2025-11-16 11:54:05 +02:00
olekhondera
f3dd0e40dc upd 2025-11-14 22:04:40 +02:00
Olek Hondera
34c41ad02c Initial commit from Specify template 2025-11-11 23:18:14 +02:00