v0.1.0
Changelog
- b69c4f6: fix(install): handle missing release gracefully in install.ps1 (andyguz17 andyguz17@gmail.com)
- 1eb33d0: docs: lead with the install script across the manual (andyguz17 andyguz17@gmail.com)
- df537e8: feat(web): surface the install command in the landing hero (andyguz17 andyguz17@gmail.com)
- b34e5c1: feat(install): add one-line install scripts and document them (andyguz17 andyguz17@gmail.com)
- ff29a33: fix(web): stop docs content fading and harden mobile layout (andyguz17 andyguz17@gmail.com)
- 4ee732d: Merge pull request #18 from Codigo-de-Altura/feat/web-landing-site (Andres Guzman andyguz17@gmail.com)
- e12c7b7: feat(web): add React landing page and docs site for GitHub Pages (andyguz17 andyguz17@gmail.com)
- 219f802: feat(agents): extend Padme with web/React frontend expertise (andyguz17 andyguz17@gmail.com)
- 5556c97: Merge pull request #17 from Codigo-de-Altura/feat/epic-10-distribution-and-docs (Andres Guzman andyguz17@gmail.com)
- 103b72a: ci(docs): publish the manual to GitHub Pages with MkDocs Material (andyguz17 andyguz17@gmail.com)
- 1921844: ci(release): add GoReleaser pipeline for downloadable binaries (andyguz17 andyguz17@gmail.com)
- c759645: docs(guide): restructure manual into a consumer adoption guide (andyguz17 andyguz17@gmail.com)
- 159db53: Merge pull request #16 from Codigo-de-Altura/backlog/epic-10-distribution-and-docs (Andres Guzman andyguz17@gmail.com)
- 1f705b7: docs(backlog): add epic-10 distribution and docs plan (andyguz17 andyguz17@gmail.com)
- f272da8: Merge pull request #15 from Codigo-de-Altura/feat/epic-09-logging-testing (Andres Guzman andyguz17@gmail.com)
- 09fb28f: feat(linters): validate canonical definitions (andyguz17 andyguz17@gmail.com)
- 731c517: test(core): cover init decision paths and pipeline determinism (andyguz17 andyguz17@gmail.com)
- 333b3a3: feat(logging): instrument decision points across operations (andyguz17 andyguz17@gmail.com)
- 864546a: Merge pull request #14 from Codigo-de-Altura/feat/epic-08-state-collab (Andres Guzman andyguz17@gmail.com)
- ef163ed: feat(conventions): validate team conventions with daedalus validate (andyguz17 andyguz17@gmail.com)
- 92e8de1: test(state): lock canonical serialization with golden files (andyguz17 andyguz17@gmail.com)
- bd25117: feat(workspace): keep progress state git-tracked (andyguz17 andyguz17@gmail.com)
- e1e41c4: Merge pull request #13 from Codigo-de-Altura/feat/epic-07-tui-ux (Andres Guzman andyguz17@gmail.com)
- 255d09f: perf(tui): keep the interface fluid and low-cost (andyguz17 andyguz17@gmail.com)
- e83d4cb: feat(tui): add central keybinding registry and contextual help (andyguz17 andyguz17@gmail.com)
- 04f6e00: feat(tui): add shared theme, markdown rendering and forms (andyguz17 andyguz17@gmail.com)
- e8f2e92: feat(tui): restructure navigation into a six-area shell (andyguz17 andyguz17@gmail.com)
- 6af8eb1: Merge pull request #12 from Codigo-de-Altura/feat/epic-06-compile-claude-adapter (Andres Guzman andyguz17@gmail.com)
- f3bfdf8: feat(compile,tui): add diff/preview with confirmation before writing (andyguz17 andyguz17@gmail.com)
- fd4d291: feat(compile): make build idempotent and non-destructive (andyguz17 andyguz17@gmail.com)
- 14d9549: feat(compile): implement Claude Code adapter (andyguz17 andyguz17@gmail.com)
- 3e2cfb4: feat(compile): add daedalus build/sync command with adapter registry (andyguz17 andyguz17@gmail.com)
- bb1bcb9: Merge pull request #11 from Codigo-de-Altura/feat/epic-05-sdd-backlog (Andres Guzman andyguz17@gmail.com)
- 299bd17: feat(traceability): verify and navigate the spec to ticket chain (andyguz17 andyguz17@gmail.com)
- f7b7d3d: feat(backlog): manage epics and tickets with metadata (andyguz17 andyguz17@gmail.com)
- 7c6ed9b: feat(architecture): manage architecture documents linked to their spec (andyguz17 andyguz17@gmail.com)
- b7b5a11: feat(specs): capture a brief and materialize its spec (andyguz17 andyguz17@gmail.com)
- 55e3a45: Merge pull request #10 from Codigo-de-Altura/feat/epic-04-workflows-dag (Andres Guzman andyguz17@gmail.com)
- ff6f6aa: feat(workflows): ship the sdd-default factory workflow (andyguz17 andyguz17@gmail.com)
- 1e0779e: feat(workflows): validate the semantics of a workflow DAG (andyguz17 andyguz17@gmail.com)
- eadeb34: feat(tui): visualize a workflow as a read-only DAG (andyguz17 andyguz17@gmail.com)
- 3938335: feat(workflows): model and edit DAG workflows as deterministic YAML (andyguz17 andyguz17@gmail.com)
- bbdd70e: Merge pull request #9 from Codigo-de-Altura/feat/epic-03-prompt-management (Andres Guzman andyguz17@gmail.com)
- a38a3ac: feat(tui): preview the composed prompt in the interface (andyguz17 andyguz17@gmail.com)
- 5e6f055: feat(prompts): compose prompts with deterministic includes (andyguz17 andyguz17@gmail.com)
- 75c6fdf: feat(prompts): create, edit and list global and shared prompts (andyguz17 andyguz17@gmail.com)
- d053756: Merge pull request #8 from Codigo-de-Altura/feat/epic-02-agent-management (Andres Guzman andyguz17@gmail.com)
- 7350daa: feat(agents): validate agent definitions against the canonical schema (andyguz17 andyguz17@gmail.com)
- 4398796: feat(agents): import agents from local files including .claude/agents (andyguz17 andyguz17@gmail.com)
- d2e2cf6: feat(agents): clone a catalog agent and edit its definition (andyguz17 andyguz17@gmail.com)
- ac568e0: chore(agents): refine agent personas (andyguz17 andyguz17@gmail.com)
- 82cd449: feat(agents): add built-in agent catalog with list and add commands (andyguz17 andyguz17@gmail.com)
- b472821: Merge pull request #3 from Codigo-de-Altura/feat/init-manifest-and-init-md (Andres Guzman andyguz17@gmail.com)
- 9117a86: feat(init): select target backend(s) and record them in the manifest (andyguz17 andyguz17@gmail.com)
- bb45931: feat(init): generate deterministic manifest and project init.md (andyguz17 andyguz17@gmail.com)
- c96a947: Merge pull request #2 from Codigo-de-Altura/feat/init-detect-and-upgrade (Andres Guzman andyguz17@gmail.com)
- 0d57877: feat(init): detect existing workspace and upgrade non-destructively (andyguz17 andyguz17@gmail.com)
- 24848a5: Merge pull request #1 from Codigo-de-Altura/feat/foundations-and-init (Andres Guzman andyguz17@gmail.com)
- 548b20b: docs: add user manual under docs/ and convert ticket docs to pointers (andyguz17 andyguz17@gmail.com)
- 025bb64: feat(init): add
daedalus initto scaffold the .daedalus/ workspace (andyguz17 andyguz17@gmail.com) - 3d56fbb: chore: bootstrap epic-00 foundations (andyguz17 andyguz17@gmail.com)
- 4054bb3: chore: scaffold SDD project structure (andyguz17 andyguz17@gmail.com)