Commit Graph

  • a93b31f953 fix(test): remove tdd_expected_fail after blocking bugs closed hamza.khyari 2026-04-01 15:59:22 +00:00
  • 2e2f09ca6e fix(test): add Skip If No LLM Keys guard and document deferred AC assertions hamza.khyari 2026-03-18 15:09:08 +00:00
  • 171a1494e5 refactor(test): remove workarounds, use tdd_expected_fail for M4 E2E test hamza.khyari 2026-03-18 14:01:54 +00:00
  • 7e3e676b32 fix(test): pass explicit workspace name to init to avoid Pydantic validation error hamza.khyari 2026-03-17 04:40:09 +00:00
  • 81f4642229 fix(test): make M4 E2E test pass in isolated environments hamza.khyari 2026-03-17 04:27:56 +00:00
  • 35c7bea4d9 fix(test): address round-2 review findings for M4 E2E test hamza.khyari 2026-03-17 04:01:15 +00:00
  • 4db4d78519 fix(test): address review findings for M4 E2E acceptance test hamza.khyari 2026-03-17 03:50:21 +00:00
  • 62c786cbed test(e2e): E2E acceptance criteria for M4 (v3.3.0) — corrections, subplans, and checkpoints freemo 2026-03-13 16:45:35 +00:00
  • b21e0fedea test(bdd): add direct test for _fast_init_or_upgrade early-return behavior CoreRasurae 2026-03-25 00:26:45 +00:00
  • 054891d247 feat(tui): implement help panel (F1) with context-sensitive help brent.edwards 2026-04-01 22:16:11 +00:00
  • 0ae733d01f feat(tui): implement help panel (F1) with context-sensitive help brent.edwards 2026-04-01 21:51:14 +00:00
  • 49058c3a72 Merge pull request 'feat(resource): implement ResourceHandler content_hash method' (#1066) from feature/resource-handler-content-hash into master hamza.khyari 2026-04-01 13:41:51 +00:00
  • 18b9d61e35 feat(resource): implement ResourceHandler content_hash method hamza.khyari 2026-03-19 04:14:03 +00:00
  • 5473774845 feat(ci): implement TDD bug tag quality gate for bug fix PRs feature/m5-tdd-quality-gate CoreRasurae 2026-03-25 00:43:02 +00:00
  • 2fdac4b4c9 feat(tui): enumerate full slash command set (60+ commands, 14 groups) brent.edwards 2026-04-01 09:49:05 +00:00
  • dc1359fc07 feat(tui): enumerate full slash command set (60+ commands, 14 groups) brent.edwards 2026-04-01 09:23:21 +00:00
  • 33d9ea211c feat(tui): implement actor thought block rendering feature/m8-tui-actor-thought-block-rendering brent.edwards 2026-04-01 08:21:08 +00:00
  • b579178b67 Merge pull request 'feat(acms): implement DepthReductionCompressor for skeleton compression' (#1170) from feat/depth-reduction-compressor into master aditya 2026-04-01 06:38:11 +00:00
  • 137d040c4d feat(acms): implement DepthReductionCompressor for skeleton compression aditya 2026-03-30 14:20:02 +00:00
  • 34dcf5226f feat(autonomy): automation profile resolution precedence correct (#1196) brent.edwards 2026-04-01 04:27:09 +00:00
  • 81c141716b test(integration): workflow example 2 — automated test generation for a module (trusted profile) (#1176) brent.edwards 2026-04-01 03:30:00 +00:00
  • a8d91b94a7 feat(autonomy): guard enforcement works (denylist, budget caps, tool call limits) (#1204) brent.edwards 2026-04-01 01:46:37 +00:00
  • 91cc0b1446 test: add TDD bug-capture test for #1025 — plan correct auto-resolve (#1172) brent.edwards 2026-04-01 00:40:46 +00:00
  • 01b6eb1804 feat(autonomy): parallel execution scales to 10+ concurrent subplans (#1201) brent.edwards 2026-03-31 23:57:39 +00:00
  • 31472b5413 test(coverage): add Behave scenarios for 39 under-covered modules freemo 2026-03-31 20:14:20 +00:00
  • eed455d9f9 fix(devcontainer): Dockerfile build fails when .dockerignore excludes .git/ (#1234) brent.edwards 2026-03-31 21:14:46 +00:00
  • dd3b0286e5 Merge pull request 'feat(resource): implement 6-level execution environment precedence chain' (#1065) from feature/m5-exec-env-precedence into master hamza.khyari 2026-03-31 16:22:46 +00:00
  • 5e96b4bf80 feat(resource): implement 6-level execution environment precedence chain feature/m5-exec-env-precedence hamza.khyari 2026-03-19 04:09:42 +00:00
  • d27fb6d1f0 Merge pull request 'fix(cli): honour project-level execution-env-priority in resolution' (#1136) from bugfix/m8-exec-env-precedence-level2 into master hamza.khyari 2026-03-31 11:53:08 +00:00
  • cd9cb9e889 fix(cli): honour project-level execution-env-priority in resolution hamza.khyari 2026-03-30 11:03:52 +00:00
  • 44e5eb9a94 Merge pull request 'test(integration): workflow example 5 — database schema migration with safety nets (review profile)' (#1042) from test/int-wf05-db-migration into master hamza.khyari 2026-03-31 11:26:27 +00:00
  • 6e3cfcca58 fix(autonomy): correct child ID linkage in _build_hierarchy() bugfix/m6-build-hierarchy-child-ids brent.edwards 2026-03-31 11:05:59 +00:00
  • 3f66221938 test(integration): workflow example 5 — database schema migration with safety nets (review profile) hamza.khyari 2026-03-31 11:03:20 +00:00
  • e4429ee8e4 fix(audit): protect AuditService._ensure_session() with threading.Lock bugfix/m7-audit-session-race brent.edwards 2026-03-31 09:46:21 +00:00
  • a5cc81354d fix: add --required/--informational flags to validation add CLI brent.edwards 2026-03-31 07:42:06 +00:00
  • 625f8ed881 fix(persistence): handle corrupt JSON in _to_domain/_from_domain with CorruptRecordError bugfix/m5-json-decode-crash brent.edwards 2026-03-31 06:00:59 +00:00
  • 3f5ca4e869 feat(plugin): register spec-defined extension points in PluginManager Luis Mendes 2026-03-31 03:58:43 +00:00
  • 6c411be15f test: add TDD bug-capture test for #991 — AuditService TOCTOU race tdd/m6-audit-session-race brent.edwards 2026-03-31 01:47:24 +00:00
  • 532ea100e3 Docs: updated spec with --image tag freemo 2026-03-30 22:12:08 -04:00
  • 8f104fab88 Docs: daily update to timeline freemo 2026-03-30 22:11:22 -04:00
  • a45e2e7250 test: add TDD bug-capture test for #990 — automation_profile DI bypass tdd/m4-automation-profile-di-bypass brent.edwards 2026-03-31 01:49:36 +00:00
  • 84b0c10dbf fix(cli): plan correct active-plan resolution in isolated environments (#1184) brent.edwards 2026-03-31 01:49:16 +00:00
  • 81c2878ec8 feat(mcp): implement lazy start/auto-stop and sandbox path rewriting for MCP tools freemo 2026-03-29 09:29:35 +00:00
  • a4a6b061a6 fix(db): align v3_plans schema with specification DDL CoreRasurae 2026-03-19 19:33:20 +00:00
  • 2235fece22 feat(resource): wire inheritance polymorphism into tool binding and auto-discovery feature/resource-inheritance-wiring freemo 2026-03-29 08:37:17 +00:00
  • 7b3fcaf466 feat(config): implement three-scope config resolution with local config file support freemo 2026-03-29 08:17:29 +00:00
  • 603dc841b0 refactor(cli): move context commands to actor context subgroup freemo 2026-03-29 07:35:06 +00:00
  • 38e05ac45a feat(correction): wire checkpoint rollback into correction service revert flow freemo 2026-03-29 08:38:29 +00:00
  • afe6b849fe feat(cli): implement missing output element types and handles freemo 2026-03-29 06:07:13 +00:00
  • 297823c291 feat(cli): add actor context remove, export, and import commands freemo 2026-03-29 06:02:20 +00:00
  • a9465c4865 fix(cli): derive actor name from config file instead of positional argument freemo 2026-03-29 05:34:52 +00:00
  • 1c1f477208 fix(cli): align output envelope with specification structure freemo 2026-03-29 04:08:45 +00:00
  • 4eddbcf489 fix(cli): add --depth-gradient flag to project context set freemo 2026-03-29 03:35:30 +00:00
  • cbcb873e17 Merge pull request 'fix(cli): implement --execution-env-priority on project context set' (#1135) from bugfix/m8-project-exec-env-priority into master hamza.khyari 2026-03-30 14:53:55 +00:00
  • 49015c6bee fix(cli): implement --execution-env-priority on project context set hamza.khyari 2026-03-23 13:17:18 +00:00
  • bd54ed09f6 fix: add missing validations/unit-tests.yaml example bugfix/1039-missing-validation-unit-tests-yaml brent.edwards 2026-03-30 14:19:59 +00:00
  • 40e0cb9860 Merge pull request 'feat(resource): add container infrastructure resource types' (#1045) from feature/container-resource-types into master hamza.khyari 2026-03-30 14:06:24 +00:00
  • 2370e19da8 feat(resource): add container infrastructure resource types hamza.khyari 2026-03-18 04:37:35 +00:00
  • f03e510a11 Merge pull request 'feat(acms): integrate FAISS into ACMS vector backend protocol' (#1165) from feature/m6-faiss-acms-backend into master aditya 2026-03-30 13:40:25 +00:00
  • eff446f5e8 feat(acms): integrate FAISS into ACMS vector backend protocol aditya 2026-03-26 13:13:35 +00:00
  • 00e8046f7b fix(invariant): persist standalone invariants to database bugfix/m4-invariant-persistence brent.edwards 2026-03-29 13:07:22 +00:00
  • 007af498b8 refactor(autonomy): rename automation profile task flags to spec names CoreRasurae 2026-03-24 02:26:58 +00:00
  • 452a2f35b0 Merge pull request 'feat(lsp): add missing LspServerConfig model fields' (#1064) from feature/lsp-config-fields into master hamza.khyari 2026-03-30 12:07:28 +00:00
  • c97ec273a9 feat(lsp): add missing LspServerConfig model fields hamza.khyari 2026-03-19 04:03:43 +00:00
  • 9cace15d6e test(e2e): workflow example 18 — container with remote repo clone (trusted profile) freemo 2026-03-13 17:16:40 +00:00
  • c2b18f3689 test(e2e): workflow example 9 — session-driven interactive exploration (review profile) test/e2e-wf09-session freemo 2026-03-12 23:05:04 +00:00
  • b6c3169634 test(e2e): workflow example 16 — devcontainer-driven development (supervised profile) hurui200320 2026-03-13 17:12:47 +00:00
  • 099cd0f563 Merge pull request 'feat(acms): projects with 10,000+ files index without timeout' (#1158) from feature/m5-large-project-indexing into master aditya 2026-03-30 10:44:22 +00:00
  • 4e64544aae feat(acms): projects with 10,000+ files index without timeout aditya 2026-03-30 10:18:19 +00:00
  • a2546b06b1 Merge pull request 'feat(acms): plan execution leverages ACMS context for LLM calls' (#1163) from feature/m5-acms-llm-integration into master aditya 2026-03-30 10:12:05 +00:00
  • f0442e835d feat(acms): plan execution leverages ACMS context for LLM calls aditya 2026-03-26 09:54:30 +00:00
  • abf7b47de1 Merge pull request 'feat(acms): context analysis produces meaningful summaries' (#1159) from feature/m5-context-analysis into master aditya 2026-03-30 09:06:27 +00:00
  • ef8f9640fa feat(acms): context analysis produces meaningful summaries aditya 2026-03-30 08:42:48 +00:00
  • 5ddc04bcc7 test(e2e): workflow example 17 — explicit container with directory mount (trusted profile) hurui200320 2026-03-20 08:42:10 +00:00
  • 31065e30c8 test(e2e): workflow example 6 — documentation generation from codebase analysis (trusted profile) test/e2e-wf06-doc-generation freemo 2026-03-12 23:10:33 +00:00
  • d24959e961 test(e2e): workflow example 12 — large-scale hierarchical feature implementation (supervised profile) hurui200320 2026-03-30 05:27:06 +00:00
  • 2651e15854 fix(cli): replace non-existent Container.resolve() with named provider calls hurui200320 2026-03-25 11:22:10 +00:00
  • 845cf61b47 test(e2e): workflow example 4 — multi-project dependency update (supervised profile) freemo 2026-03-13 16:48:27 +00:00
  • 62a30ba363 bug(cli): server_connect writes three config values non-atomically — partial update on failure brent.edwards 2026-03-29 13:45:49 +00:00
  • 69e5e826c7 feat(cli): implement RendererRegistry and ElementRenderer architecture per spec feat/output-renderer-registry freemo 2026-03-29 06:42:52 +00:00
  • 7f078f75a5 fix(sandbox): make commit_all atomic per specification Luis Mendes 2026-03-24 03:39:12 +00:00
  • f678d611bb feat(db): add correction_attempts table per specification DDL Luis Mendes 2026-03-24 03:33:08 +00:00
  • 3abf25f17f test: add TDD bug-capture test for #1038 — validation add --required flag (#1133) brent.edwards 2026-03-28 18:09:27 +00:00
  • bc6a41deb6 tdd(cli): prevent actor list from triggering database updates (#1151) brent.edwards 2026-03-28 05:27:14 +00:00
  • b59100cc6c test: add TDD bug-capture test for #1141 — session create persistence (#1144) brent.edwards 2026-03-28 04:34:47 +00:00
  • 10df485401 test: add TDD bug-capture test for #1039 — missing validation YAML (#1132) brent.edwards 2026-03-28 04:15:49 +00:00
  • 26632f79e9 test: add TDD bug-capture test for #1079 — project context set missing flag (#1130) brent.edwards 2026-03-28 02:14:55 +00:00
  • b46a0e6102 feat(plan): implement real revert-mode re-execution from decision point (#1153) brent.edwards 2026-03-28 00:57:51 +00:00
  • efacfd61c3 test: add TDD bug-capture test for #1023 — implicit init requirement (#1113) brent.edwards 2026-03-28 00:30:26 +00:00
  • b51df2ee0f feat(server): add Kubernetes Helm chart for server deployment (#1085) brent.edwards 2026-03-27 23:53:22 +00:00
  • 3fa07fb772 test: align #1080 expected-fail tags with TDD schema brent.edwards 2026-03-27 21:40:54 +00:00
  • 5ac1e4eeb3 test: add TDD bug-capture test for #1080 — execution env resolution precedence brent.edwards 2026-03-23 08:24:42 +00:00
  • 69e2d1f179 test(tdd): add required issue tags for expected-fail session leak test brent.edwards 2026-03-27 22:00:57 +00:00
  • a5888a08b7 test: add TDD bug-capture test for #987 — AutomationProfileRepository session leak brent.edwards 2026-03-23 06:21:37 +00:00
  • 8b8942817c feat(wf03): add plan prompt test coverage and confidence-threshold pausing verification brent.edwards 2026-03-26 20:03:35 +00:00
  • 3c6b6b54b2 Merge remote-tracking branch 'origin/master' into tdd/m5-container-mount-flag brent.edwards 2026-03-26 20:03:23 +00:00
  • c5324e5fee Merge pull request 'test(integration): workflow example 4 — multi-project dependency update (supervised profile)' (#1043) from test/int-wf04-multi-project into master hamza.khyari 2026-03-27 15:07:47 +00:00
  • 0569aaa51c test(integration): workflow example 4 — multi-project dependency update (supervised profile) hamza.khyari 2026-03-27 14:50:11 +00:00
  • dc1481a44e Merge pull request 'fix(cli): implement --mount flag on resource add container-instance' (#1134) from bugfix/m8-container-mount-flag into master hamza.khyari 2026-03-27 13:26:27 +00:00
  • ebafe8cddd fix(cli): implement --mount flag on resource add container-instance hamza.khyari 2026-03-23 13:16:38 +00:00