olekhondera
6c644ddaf1
chore: remove .github templates (moved to Gitea)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 18:48:10 +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
9931269907
docs: add SDD tools research (Spec Kit + AI Factory)
...
Comparative analysis of GitHub's spec-kit and lee-to/ai-factory
for spec-driven development workflows and iterative AI coding.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 00:02:26 +02:00
olekhondera
fd283fd9f2
fix: expand .gitignore to cover all .env.* variants
...
Replaced narrow .env.local / .env.*.local rules with .env.* to prevent
accidental commit of .env.production, .env.development, .env.staging, etc.
Explicitly allowlisted .env.example so it remains tracked.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 23:47:06 +02:00
olekhondera
99773cdbda
fix: nginx headers at server block level; add Webuzo detection to deploy
...
deploy.sh:
- add step 3: nginx config apply with Webuzo/standard detection
- configurable via NGINX_CONF_SRC and NGINX_DOMAIN variables
setup-project.sh:
- move add_header to server block level (inside location / they are
overridden by Webuzo's regex location and never sent)
- detect Webuzo nginx binary (/usr/local/apps/nginx/sbin/nginx)
instead of hardcoded systemctl reload nginx
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 01:21:39 +02:00
olekhondera
425227c6b8
feat: add Woodpecker CI + Gitea deployment templates
...
- .woodpecker.yml: full pipeline template (install → lint-fix → lint → test → deploy)
- scripts/setup-project.sh: one-command VPS setup (user, dir, deploy, sudoers, systemd, nginx)
- scripts/deploy.sh: deploy script template (rsync + npm ci + systemctl + health check)
- scripts/ci-lint-fix.sh: ESLint auto-fix with [CI SKIP] commit-back
- docs/ci-cd.md: complete CI/CD documentation and troubleshooting
- .env.example: added WOODPECKER_TOKEN
- DOCS.md: added CI/CD section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 23:24:41 +02:00
olekhondera
f5009636a0
ci: add Woodpecker CI configuration file with basic test steps
2026-02-18 21:37:25 +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
ce8277c21e
feat: add Documentation Expert agent profile
...
New specialized agent for technical writing, documentation standards,
and generating docs from code. Includes Diataxis framework, severity-based
review checklists, code-to-docs patterns, and quality metrics.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 09:08:48 +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
432313ebcd
Prepare repository for public release: add LICENSE to docs index, remove private flag
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-14 21:37:31 +02:00
olekhondera
2a9862926c
Add MIT License to the repository
2026-02-14 21:32:21 +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
olekhondera
2793142ce9
Expand README.md with a comprehensive project overview, detailed documentation structure, phase-based development methodology, AI agent workflow, recommended tech stack, and modular best practices to enhance clarity and usability for AI-assisted project development.
2025-12-17 07:40:49 +02:00
olekhondera
c905cbb725
Add foundational documentation templates to support product design and architecture planning, including ADR, archetypes, LLM systems, dev setup, and shared modules.
2025-12-12 02:31:03 +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
8794e74934
Add RECOMMENDATIONS.md to outline suggestions and best practices.
2025-12-12 01:31:59 +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
e45952077a
Add security-auditor.md with a comprehensive role description, principles, workflows, and industry best practices.
2025-12-11 16:21:04 +02:00
olekhondera
3c23bcfd7b
Expand test-engineer.md with additional constraints, modern practices, and workflow improvements. Refine backend-architect.md, frontend-architect.md, and code-reviewer.md to align with latest best practices and contextual workflows.
2025-12-10 16:18:57 +02:00
olekhondera
b43d627575
Refactor test-engineer.md, enhancing role clarity, workflows, foundational principles, and modern testing practices.
2025-12-10 15:14:47 +02:00
olekhondera
8d70bb6d1b
Add test-engineer.md with comprehensive role description, workflows, testing strategies, and industry best practices.
2025-12-10 11:09:53 +02:00
olekhondera
7bfc31a373
Update and expand backend-architect.md and code-reviewer.md with detailed role descriptions, workflows, and best practices.
2025-12-07 21:19:04 +02:00
olekhondera
3f4a98d42d
create AI_template
2025-11-18 03:15:04 +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
006c86ca84
Add prompt-engineer.md, frontend-architect.md, backend-architect.md, and code-reviewer.md with detailed role definitions and best practices.
2025-11-15 22:35:49 +02:00
olekhondera
f3dd0e40dc
upd
2025-11-14 22:04:40 +02:00
olekhondera
d3bfaf2a51
Refactor frontender.md for improved formatting and clarity.
2025-11-13 20:49:11 +02:00
Olek Hondera
34c41ad02c
Initial commit from Specify template
2025-11-11 23:18:14 +02:00