ai-forge-cli 0.1.6__tar.gz → 0.1.7__tar.gz

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.
Files changed (32) hide show
  1. {ai_forge_cli-0.1.6/src/ai_forge_cli.egg-info → ai_forge_cli-0.1.7}/PKG-INFO +1 -1
  2. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/README.md +2 -2
  3. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/pyproject.toml +1 -1
  4. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7/src/ai_forge_cli.egg-info}/PKG-INFO +1 -1
  5. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/__init__.py +1 -1
  6. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/init.py +2 -0
  7. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/LICENSE +0 -0
  8. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/setup.cfg +0 -0
  9. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/ai_forge_cli.egg-info/SOURCES.txt +0 -0
  10. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/ai_forge_cli.egg-info/dependency_links.txt +0 -0
  11. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/ai_forge_cli.egg-info/entry_points.txt +0 -0
  12. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/ai_forge_cli.egg-info/requires.txt +0 -0
  13. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/ai_forge_cli.egg-info/top_level.txt +0 -0
  14. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/__main__.py +0 -0
  15. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/bundle.py +0 -0
  16. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/__init__.py +0 -0
  17. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/base.py +0 -0
  18. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/context.py +0 -0
  19. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/find.py +0 -0
  20. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/inspect.py +0 -0
  21. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/list_cmd.py +0 -0
  22. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/commands/update.py +0 -0
  23. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/common.py +0 -0
  24. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/forge.py +0 -0
  25. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/index.py +0 -0
  26. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/src/cli/walker.py +0 -0
  27. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_cli.py +0 -0
  28. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_find.py +0 -0
  29. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_index.py +0 -0
  30. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_init.py +0 -0
  31. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_update.py +0 -0
  32. {ai_forge_cli-0.1.6 → ai_forge_cli-0.1.7}/tests/test_walker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-forge-cli
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Context walker for the Forge L0-L5 spec system
5
5
  Requires-Python: >=3.11
6
6
  License-File: LICENSE
@@ -44,7 +44,7 @@ Runs in **Claude Code**, **OpenAI Codex CLI**, and any **agentskills.io-compatib
44
44
 
45
45
  forge-cast → repo hydration (existing codebase → draft Forge corpus + uncertainty report)
46
46
 
47
- forge-audit → quality gate (seven audit passes, severity-ranked findings)
47
+ forge-audit → quality gate (nine audit passes, including inter-atom contract verification)
48
48
 
49
49
  forge-armour → security hardening (trust model, policies, abuse-case review)
50
50
 
@@ -160,7 +160,7 @@ Full CLI guide: [`docs/cli-guide.md`](docs/cli-guide.md).
160
160
  | **forge-atom** | Contract specifier | One atom stub | Complete L3 spec + L0 cascades + module completions |
161
161
  | **forge-compose** | Composition specifier | Completed atoms + project decisions | L4 flow/journey specs with explicit boundary/retry/compensation/idempotency decisions |
162
162
  | **forge-cast** | Hydration specifier | Existing non-Forge codebase | Draft Forge corpus plus evidence-backed uncertainty report and clarification questions |
163
- | **forge-audit** | Challenger / reviewer | Completed specs | Severity-ranked findings with inline edits; seven audit passes |
163
+ | **forge-audit** | Challenger / reviewer | Completed specs | Severity-ranked findings with inline edits; nine audit passes plus canonical contract materialization |
164
164
  | **forge-armour** | Security challenger | Audited specs | Security hardening pass, trust-model capture, approved project/module/atom security edits |
165
165
  | **forge-implement** | Orchestrator | Audited spec corpus | Code + tests, dep-graph parallel, test-before-impl isolation |
166
166
  | **forge-validate** | Post-implementation validator | Implemented system + spec corpus | Validation report: static analysis, test-to-spec mapping, live interaction probes |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ai-forge-cli"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  description = "Context walker for the Forge L0-L5 spec system"
9
9
  requires-python = ">=3.11"
10
10
  dependencies = ["pyyaml>=6.0"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-forge-cli
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Context walker for the Forge L0-L5 spec system
5
5
  Requires-Python: >=3.11
6
6
  License-File: LICENSE
@@ -1,2 +1,2 @@
1
1
  """Forge CLI — context walker for the L0-L5 spec system."""
2
- __version__ = "0.1.6"
2
+ __version__ = "0.1.7"
@@ -138,6 +138,7 @@ SKILL_NAMES = (
138
138
  # subsequent skill runs (discover writes L2_modules; decompose writes L3_atoms;
139
139
  # etc.).
140
140
  SPEC_SUBDIRS = (
141
+ "supporting-docs",
141
142
  "L2_modules",
142
143
  "L2_policies",
143
144
  "L3_atoms",
@@ -148,6 +149,7 @@ SPEC_SUBDIRS = (
148
149
 
149
150
  # Markers that indicate an existing forge project (refuse to init over unless --force).
150
151
  EXISTING_PROJECT_MARKERS = (
152
+ "supporting-docs/discovery-notes.md",
151
153
  "discovery-notes.md",
152
154
  "L0_registry.yaml",
153
155
  "L1_conventions.yaml",
File without changes
File without changes