Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 964 Bytes

File metadata and controls

34 lines (26 loc) · 964 Bytes

Roadmap

Project Kernel is intended to become a practical library of reusable project foundations.

Now

  • Provide polished base modules.
  • Provide curated starter packs.
  • Make the drag-and-drop workflow obvious.
  • Include a real memory and continuity layer.
  • Add small automation without making the system dependent on tooling.

Next

  • Add stack-specific packs for common ecosystems:
    • JavaScript app
    • TypeScript library
    • Python package
    • CLI tool
    • docs-only repo
    • experimental prototype
  • Add a broken-link checker.
  • Add a decision-log initializer.
  • Add a project health report generator.
  • Add pack metadata for better discoverability.

Later

  • Add community pack conventions.
  • Add examples from real seeded repos.
  • Add optional assistant-rule exports for common AI coding tools.
  • Add richer structure validation for copied target projects.
  • Add pack composition helpers that merge selected modules into a new custom pack.