bearings 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,28 +20,24 @@ bearings verify
20
20
  AGENTS.md
21
21
  CLAUDE.md
22
22
  docs/
23
- CURRENT_STATE.md
24
- conventions/
25
- current-state.md
26
- doc-lifecycle.md
23
+ DOMAIN.md
24
+ ARCHITECTURE.md
25
+ CODEBASE_MAP.md
27
26
  adr/
27
+ INDEX.md
28
28
  0000-template.md
29
29
  deferred/
30
30
  INDEX.md
31
31
  .agents/
32
32
  bearings.json
33
33
  commands/
34
- current-state.md
34
+ refresh-repo-map.md
35
35
  setup-repo.md
36
36
  skills/
37
- repo-navigation/SKILL.md
38
- implementing-task/SKILL.md
39
- installing-dependencies/SKILL.md
40
- secrets-handling/SKILL.md
41
- enforcement-gates/SKILL.md
42
37
  commit-convention/SKILL.md
43
38
  defer-work/SKILL.md
44
39
  resurface-deferred-work/SKILL.md
40
+ recording-decisions/SKILL.md
45
41
  .claude/
46
42
  commands/*
47
43
  skills/*
@@ -50,6 +46,8 @@ docs/
50
46
  skills/*
51
47
  ```
52
48
 
49
+ `/setup-repo` creates `docs/diagrams/c4-component.puml` (via `/refresh-repo-map`) once the repo is tailored; it is not part of the generated scaffold or the manifest.
50
+
53
51
  Existing scaffold targets are backed up as `<path>.bkp` before replacement. Re-running `init` skips unchanged managed files.
54
52
 
55
53
  ## The Model
@@ -58,8 +56,8 @@ Agent-friendly context is routed, not dumped.
58
56
 
59
57
  ```text
60
58
  user task
61
- -> root agent seed
62
- -> current-state map
59
+ -> root agent seed (AGENTS.md)
60
+ -> routed knowledge map (DOMAIN / ARCHITECTURE / CODEBASE_MAP / ADR / deferred index)
63
61
  -> situation-specific skills
64
62
  -> task/runbook/spec docs when needed
65
63
  -> executable guardrails before completion