chore: consolidate plugin for sharing

- Add .gitignore (ignore .archeflow/ runtime state)
- Move custom archetype examples from .archeflow/ to examples/
- Remove onboarding skill (covered by using-archeflow + README)
- Remove internal planning doc
- Clean roadmap (remove tool.archeflow references)
- Simplify session-start hook config
- Polish README for external users
This commit is contained in:
2026-04-03 07:29:53 +02:00
parent 5eefa309cb
commit 8dec44d199
10 changed files with 337 additions and 403 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Runtime state (created per-project, not part of plugin)
.archeflow/
# OS
.DS_Store
Thumbs.db
# Editor
*.swp
*~