Skip to content

Releases: asboyer/continuity-template

v1.0.0 - Continuity Template

12 Mar 05:24

Choose a tag to compare

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-commit when 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-check placeholder detection
  • Cleaned up template ergonomics

    • shortened several long engineering filenames for readability
    • removed redundant .gitkeep files
    • expanded .gitignore defaults for common local/editor/build artifacts
    • updated .editorconfig defaults 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

  1. Clone the repository
  2. Run scripts/init_project.sh --project-name "Your Project"
  3. Run the bootstrap prompt in prompts/start/CORE_PROJECT_BOOTSTRAP_PROMPT.md
  4. Complete operations/engineering/BOOTSTRAP_CHECKLIST.md

Repository: https://github.com/asboyer/continuity-template