Skip to content

docs: snapshot symphoney-codex under docs/symphoney-legacy/#2

Merged
Ddell12 merged 1 commit intodevfrom
archive/symphoney-legacy-reference
Apr 30, 2026
Merged

docs: snapshot symphoney-codex under docs/symphoney-legacy/#2
Ddell12 merged 1 commit intodevfrom
archive/symphoney-legacy-reference

Conversation

@Ddell12
Copy link
Copy Markdown
Owner

@Ddell12 Ddell12 commented Apr 30, 2026

Captures `Ddell12/symphoney-codex` as of 2026-04-30 before that repo is archived (Phase 5 of the consolidation plan). Phase 2-4 port code from this snapshot into `packages/symphony/`; once Phase 5 lands and symphoney-codex is deleted, this directory becomes the only remaining record of the pre-fork standalone Symphony daemon.

Contents (69 files / 664K)

  • Master plan, incident report, SPEC.md, WORKFLOW.md, PARITY_REPORT.md, ROADMAP.md, WEB_GAPS.md, PRD.md, CLAUDE.md
  • `src/` (34 .ts files) and `test/` (21 .ts files) — Phase 2 ports orchestrator + tracker + config from here
  • Smoke scripts (claude, linear-graphql)

Excluded (intentional)

`node_modules/`, `dist/`, `web/` (retired in Phase 5), `package.json`/`tsconfig.json`/`vitest.config.ts` (pnpm/Vitest mechanics — archon uses Bun), `bin/`, `.env`.

CI safety

Added `docs/**` to `eslint.config.mjs` global ignores so the legacy code is not linted. Prettier already ignored `docs/`. Test discovery is rooted at `./packages` per `bunfig.toml` so the legacy test files are never executed.

Verification

`bun run validate` (check:bundled + type-check + lint --max-warnings 0 + format:check + test) green across all 11 packages.

Why a separate PR

Phase 1 (PR #1, merged) was code; this is documentation/archival. Easier to merge/revert independently.

🤖 Generated with Claude Code

Captures `Ddell12/symphoney-codex` as of 2026-04-30 before that repo is
archived (Phase 5 of the consolidation plan). Phase 2-4 port code from
this snapshot into packages/symphony/; once Phase 5 lands and
symphoney-codex is deleted, this directory becomes the only remaining
record of the pre-fork standalone Symphony daemon.

Contents (69 files / 664K):

* Master plan: docs/symphoney-legacy/plans/2026-04-30-archon-symphony-consolidation.md
* Incident report: docs/symphoney-legacy/incidents/2026-04-30-app-273-data-loss.md
  (Phase 0 reconcile-terminal data-loss bug fixed in symphoney-codex
  commit fa70be2, dogfood-verified APP-291)
* Spec + config: SPEC.md (canonical OpenAI Symphony spec), WORKFLOW.md
  (production daemon config — source for ~/.archon/symphony.yaml in
  Phase 2), WORKFLOW.example.md, PARITY_REPORT.md, ROADMAP.md,
  WEB_GAPS.md, PRD.md
* Architecture reference: CLAUDE.md, symphoney-readme.md
* Source snapshot: src/ (34 .ts files — orchestrator, tracker, config,
  publisher, agent, server, workspace)
* Test snapshot: test/ (21 .ts files — unit + integration patterns to
  port to bun:test in Phase 2)
* Smoke scripts: scripts/{smoke-claude,smoke-linear-graphql}.ts

NOT copied: node_modules/, dist/, web/ (retired in Phase 5),
package.json/tsconfig.json/vitest.config.ts (pnpm/Vitest mechanics —
archon uses Bun), bin/ (symphoney CLI binary), .env (credentials).

eslint.config.mjs: added 'docs/**' to global ignores so the legacy code
is not linted (it uses different conventions: ESM `.js` import suffixes,
verbatimModuleSyntax off, vitest, etc.). Prettier already ignored docs/
via .prettierignore so format:check is unaffected.

Verification: bun run validate green across all 11 packages. The new
docs/symphoney-legacy/ directory adds no runtime code, no tests, and
no lint surface.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Warning

Rate limit exceeded

@Ddell12 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 39 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6633a372-4382-483f-ba09-ddd463354faf

📥 Commits

Reviewing files that changed from the base of the PR and between 9f6f39b and 10236fd.

📒 Files selected for processing (67)
  • docs/symphoney-legacy/CLAUDE.md
  • docs/symphoney-legacy/PARITY_REPORT.md
  • docs/symphoney-legacy/PRD.md
  • docs/symphoney-legacy/README.md
  • docs/symphoney-legacy/ROADMAP.md
  • docs/symphoney-legacy/SPEC.md
  • docs/symphoney-legacy/WEB_GAPS.md
  • docs/symphoney-legacy/WORKFLOW.example.md
  • docs/symphoney-legacy/WORKFLOW.md
  • docs/symphoney-legacy/incidents/2026-04-30-app-273-data-loss.md
  • docs/symphoney-legacy/plans/2026-04-30-archon-symphony-consolidation.md
  • docs/symphoney-legacy/scripts/smoke-claude.ts
  • docs/symphoney-legacy/scripts/smoke-linear-graphql.ts
  • docs/symphoney-legacy/src/agent/claude-adapter.ts
  • docs/symphoney-legacy/src/agent/claude-client.ts
  • docs/symphoney-legacy/src/agent/client.ts
  • docs/symphoney-legacy/src/agent/events.ts
  • docs/symphoney-legacy/src/agent/factory.ts
  • docs/symphoney-legacy/src/agent/fake-client.ts
  • docs/symphoney-legacy/src/agent/linear-graphql-tool.ts
  • docs/symphoney-legacy/src/agent/stdio-client.ts
  • docs/symphoney-legacy/src/config/coerce.ts
  • docs/symphoney-legacy/src/config/defaults.ts
  • docs/symphoney-legacy/src/config/snapshot.ts
  • docs/symphoney-legacy/src/config/validate.ts
  • docs/symphoney-legacy/src/index.ts
  • docs/symphoney-legacy/src/logging/logger.ts
  • docs/symphoney-legacy/src/orchestrator/dispatch.ts
  • docs/symphoney-legacy/src/orchestrator/orchestrator.ts
  • docs/symphoney-legacy/src/orchestrator/retry.ts
  • docs/symphoney-legacy/src/orchestrator/state.ts
  • docs/symphoney-legacy/src/publisher/pr.ts
  • docs/symphoney-legacy/src/server/dashboard.ts
  • docs/symphoney-legacy/src/server/http.ts
  • docs/symphoney-legacy/src/server/issue-helpers.ts
  • docs/symphoney-legacy/src/service.ts
  • docs/symphoney-legacy/src/tracker/errors.ts
  • docs/symphoney-legacy/src/tracker/linear.ts
  • docs/symphoney-legacy/src/tracker/normalize.ts
  • docs/symphoney-legacy/src/tracker/types.ts
  • docs/symphoney-legacy/src/workflow/loader.ts
  • docs/symphoney-legacy/src/workflow/parse.ts
  • docs/symphoney-legacy/src/workflow/prompt.ts
  • docs/symphoney-legacy/src/workflow/watch.ts
  • docs/symphoney-legacy/symphoney-readme.md
  • docs/symphoney-legacy/test/helpers/fake-tracker.ts
  • docs/symphoney-legacy/test/integration/cli-smoke.test.ts
  • docs/symphoney-legacy/test/integration/http.test.ts
  • docs/symphoney-legacy/test/integration/orchestrator-claude.test.ts
  • docs/symphoney-legacy/test/integration/orchestrator-immediate-dispatch.test.ts
  • docs/symphoney-legacy/test/integration/orchestrator-reconcile-publish.test.ts
  • docs/symphoney-legacy/test/integration/orchestrator.test.ts
  • docs/symphoney-legacy/test/unit/agent-events.test.ts
  • docs/symphoney-legacy/test/unit/claude-client.test.ts
  • docs/symphoney-legacy/test/unit/config-snapshot.test.ts
  • docs/symphoney-legacy/test/unit/config-validate.test.ts
  • docs/symphoney-legacy/test/unit/linear-graphql-tool.test.ts
  • docs/symphoney-legacy/test/unit/orchestrator-dispatch.test.ts
  • docs/symphoney-legacy/test/unit/pr-publisher.test.ts
  • docs/symphoney-legacy/test/unit/prompt.test.ts
  • docs/symphoney-legacy/test/unit/stdio-client.test.ts
  • docs/symphoney-legacy/test/unit/tracker-normalize.test.ts
  • docs/symphoney-legacy/test/unit/workflow-parse.test.ts
  • docs/symphoney-legacy/test/unit/workspace-hooks.test.ts
  • docs/symphoney-legacy/test/unit/workspace-manager.test.ts
  • docs/symphoney-legacy/test/unit/workspace-safety.test.ts
  • eslint.config.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch archive/symphoney-legacy-reference

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 48 minutes and 39 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@Ddell12 Ddell12 merged commit 95b6cd1 into dev Apr 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant