Releases: asboyer/continuity-template
Releases · asboyer/continuity-template
v1.0.0 - Continuity Template
Continuity Template
This is the first public release of Continuity Template: a stack-neutral project template built for agentic coding workflows with persistent memory, structured handoffs, engineering standards, and clean project initialization.
Highlights
-
Added a one-command project initializer via
scripts/init_project.sh- resets inherited git history
- creates a fresh project repository
- activates CI from the workflow template
- installs
pre-commitwhen possible - creates a project-facing
README.md - moves template instructions into docs
-
Strengthened the governance and continuity scaffold
- improved engineering standards
- added a bootstrap checklist
- clarified handoff and prompt expectations
- tightened baseline pre-commit coverage
- improved
make init-checkplaceholder detection
-
Cleaned up template ergonomics
- shortened several long engineering filenames for readability
- removed redundant
.gitkeepfiles - expanded
.gitignoredefaults for common local/editor/build artifacts - updated
.editorconfigdefaults to 4-space indentation for JSON/YAML
-
Polished the public-facing README and onboarding path
- clarified the clone -> initialize -> bootstrap flow
- documented the initializer as the primary onboarding path
- aligned file references and structure with the current template layout
Recommended Use
- Clone the repository
- Run
scripts/init_project.sh --project-name "Your Project" - Run the bootstrap prompt in
prompts/start/CORE_PROJECT_BOOTSTRAP_PROMPT.md - Complete
operations/engineering/BOOTSTRAP_CHECKLIST.md
Repository: https://github.com/asboyer/continuity-template