singularity-forge/sf-orchestrator/templates/spec.md
Mikael Hugo d73a73d7f3 chore: node 24 native APIs, import.meta.dirname, parsers rename, dep updates
- Replace fileURLToPath(import.meta.url) with import.meta.dirname across
  scripts and extensions
- Rename parsers-legacy.ts → parsers.ts
- Remove deleted plan/spec docs (cicd-pipeline)
- Update package.json engines and deps across workspace packages
- Update web/package-lock.json

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:18:25 +02:00

679 B

[Product Name]

What

[One paragraph: what this product does. Be concrete — "A CLI tool that converts CSV files to JSON" not "A data transformation solution".]

Requirements

  • [User can DO something specific and observable]
  • [User can DO another specific thing]
  • [System DOES something automatically]
  • [Error case: system handles X gracefully]

Technical Constraints

  • Language: [Node.js / Python / Go / Rust / etc.]
  • Framework: [Express / FastAPI / none / etc.]
  • External dependencies: [list APIs, databases, services]
  • Environment: [Node >= 24 / Python 3.12+ / etc.]

Out of Scope

  • [Explicit exclusion 1 — prevents scope creep]
  • [Explicit exclusion 2]