Commit Graph

11 Commits

Author SHA1 Message Date
olekhondera
cf86a91e4a docs: sync documentation with actual repo state; adapt for Gitea
- Remove all .github references (removed in 6c644dd but docs still referenced)
- Rewrite review-pr skill to use Gitea API instead of gh CLI
- Add gitea-pr.sh helper for Gitea API calls (view/diff/files/comments)
- Update project structure tree: add scripts/, .woodpecker.yml, ci-cd.md,
  status-update-checklist.md, commit-docs-reminder.sh, RESEARCH-SDD-TOOLS.md
- Fix skills count 14 → 15 (add create-skill to DOCS.md)
- Remove .github references from CONTRIBUTING.md, SECURITY.md, init-project
- Add GITEA_TOKEN to .env.example
- Update CI/CD placeholder in RECOMMENDATIONS.md to Woodpecker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:04:43 +02:00
olekhondera
ea21818f76 feat: add meta-skill create-skill for creating and improving skills
Two modes: Create (gather requirements, generate SKILL.md) and Improve
(diagnose existing skill against best practices, propose changes).
Includes bundled references for frontmatter spec and writing guide.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 18:24:55 +02:00
olekhondera
2837b2fba8 update: refine hook notification text for better clarity 2026-02-16 17:26:14 +02:00
olekhondera
fffa416f08 update: refine hook notification text for better clarity 2026-02-16 12:04:30 +02:00
olekhondera
d199808748 update: refine hook notification text for better clarity 2026-02-16 11:49:52 +02:00
olekhondera
3a642fece7 update: extend commit-docs-reminder hook to include docs/phases-plan.md in synchronization checklist 2026-02-16 11:48:00 +02:00
olekhondera
ca6a34c6d4 refactor: make RECOMMENDATIONS.md forward-looking only
- Add Philosophy blockquote: recommendations only, not changelog
- Replace "Open Questions" with "Recommended Improvements" (delete completed, don't strikethrough)
- Replace "Change Log" with "Deployment Notes"
- Add RECOMMENDATIONS.md Cleanup Rules to status-update-checklist
- Add docs/phases-plan.md to phase transition checklist
- Add strikethrough grep check to verification commands

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 12:27:08 +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
6d2eef5317 Add .claude/hooks for command auditing, dangerous command blocking, file protection, and auto-formatting; update documentation and configuration to integrate new hooks. 2026-02-14 21:22:27 +02:00
olekhondera
5b28ea675d add SKILL 2026-02-14 07:38:50 +02:00
olekhondera
327fa78399 Add status-update-checklist.md to standardize and streamline project status update workflows across documentation, ensuring consistency, atomic updates, and traceability. 2025-12-18 20:27:33 +02:00