Skip to content

docs: Phase 36 README + docs/wiki refresh#29

Merged
OgeonX-Ai merged 2 commits into
masterfrom
docs/phase-36-refresh
Jul 8, 2026
Merged

docs: Phase 36 README + docs/wiki refresh#29
OgeonX-Ai merged 2 commits into
masterfrom
docs/phase-36-refresh

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Summary

  • README.md: append docs-verified freshness footer only (existing content already strong per 36-01 review — Quickstart, Local Semantic Model, Proof Points preserved unchanged).
  • Add docs/wiki/{Home,Architecture,Operations,Decisions}.md: governance/blackboard flow Mermaid (AgenticBlackboard cross-agent coordination), verified install/build/test/release-gate/CI commands, decisions index.

All claims verified against origin/master at commit 101f63d. Open PRs (#27, #28) referenced as in-progress.

Test plan

  • Confirm Mermaid diagram renders in the PR file-diff preview

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

Aitomates added 2 commits July 8, 2026 15:13
…sions)

- Architecture.md documents the governance/blackboard flow (AgenticBlackboard)
- Operations.md verified install/build/test/release-gate/CI commands
- Decisions.md indexes phase history, ADR convention, and open PRs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ce1b1484dd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/wiki/Architecture.md
Comment on lines +46 to +48
- **Local Semantic Model** — an optional OpenAI-compatible local endpoint (`gemma3:12b`,
falling back to `gemma3:1b`) that produces the final refined prompt; rule-based refinement
continues if neither the local model nor MCP sampling is available.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct the semantic model's role

This overstates the normal refinement path: finalize_prompt calls PromptRefiner.refine(...) directly after scoutProject/template selection (universal-refiner/src/core/server.ts:502-517), while semantic providers are invoked by lint_prompt, rule/template discovery, and optimize_prompt. In docs labeled as verified architecture, operators may configure a local model expecting every final prompt to be LLM-generated or sent to that endpoint, so this should describe the model as optional semantic analysis/optimization rather than the producer of the final refined prompt.

Useful? React with 👍 / 👎.

Comment thread docs/wiki/Architecture.md
Comment on lines +42 to +43
gain metric. A serialized write queue (`writeQueue`) and listener registry prevent
concurrent-write corruption when multiple CLI sessions touch the same project.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Qualify blackboard write-safety claims

The implementation's writeQueue is a static Promise in one Node process (universal-refiner/src/core/blackboard.ts:35) and atomicUpdate still does read-modify-rename without an inter-process lock, so separate CLI sessions can read the same blackboard.json and the later rename can drop the earlier intent/log. Since this page explicitly claims safety for multiple CLI sessions, it overpromises the coordination guarantee; qualify it as in-process serialization/atomic writes or add a real file lock before documenting this.

Useful? React with 👍 / 👎.

@OgeonX-Ai OgeonX-Ai enabled auto-merge (squash) July 8, 2026 17:01
@OgeonX-Ai OgeonX-Ai merged commit 1264740 into master Jul 8, 2026
11 checks passed
@OgeonX-Ai OgeonX-Ai deleted the docs/phase-36-refresh branch July 8, 2026 17:52
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.

2 participants