Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.89 KB

File metadata and controls

50 lines (38 loc) · 1.89 KB

Documentation Map

Start here when locating repository truth. Retrieve only what the task needs.

Harness Core

Path Role
WORKFLOW.md Request shape, judgment, validation, completion
product/ Current product behavior contracts
ARCHITECTURE.md Structural index → architecture/
plans/ Durable multi-session working memory
decisions/ Lasting product and architecture choices
templates/ Exec-plan and decision templates

Domain Layers

Path Role
architecture/ Deep module design (Execution, MCP, PyTest, Logging, Visualization, …)
agents/ Agent task router and operational digests
static/ Icon and installer assets (not behavioral truth)

Quick Links

I want to… Read
Choose how to work on a request WORKFLOW.md
Know current platform behavior product/overview.md
Route an agent task agents/index.md
Understand a module deeply ARCHITECTURE.md
Resume complex work plans/active/
Inherit a lasting choice decisions/
End-user guides RevitDevTool.Wiki

Update Rule

  • Behavior change → product/<domain>.md
  • Module structure / design change → architecture/<Module>/
  • Agent workflow / verify traps → agents/
  • Lasting policy → decisions/
  • Multi-session work → plans/active/
  • Bounded fix with no contract change → code + proof only

Do not duplicate the same fact across layers; link instead.

Related