specsmith 0.3.0.dev19__tar.gz → 0.3.0.dev126__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.
- {specsmith-0.3.0.dev19/src/specsmith.egg-info → specsmith-0.3.0.dev126}/PKG-INFO +2 -3
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/pyproject.toml +2 -3
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/cli.py +3 -1
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/agents.md.j2 +22 -9
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126/src/specsmith.egg-info}/PKG-INFO +2 -3
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/LICENSE +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/README.md +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/setup.cfg +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/belief.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/certainty.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/failure_graph.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/py.typed +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/recovery.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/session.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/stress_tester.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/epistemic/trace.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/__main__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/core.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/hooks.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/profiles/epistemic-auditor.md +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/profiles/planner.md +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/profiles/verifier.md +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/providers/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/providers/anthropic.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/providers/gemini.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/providers/ollama.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/providers/openai.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/runner.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/skills.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/tools.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/architect.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/auditor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/auth.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/commands/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/compressor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/config.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/credit_analyzer.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/credits.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/differ.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/doctor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/belief.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/certainty.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/failure_graph.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/recovery.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/epistemic/stress_tester.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/executor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/exporter.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/importer.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/aider.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/base.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/claude_code.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/copilot.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/cursor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/gemini.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/warp.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/integrations/windsurf.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/ledger.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/patent.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/plugins.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/rate_limits.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/releaser.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/requirements.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/scaffolder.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/session.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/bug_report.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/code_of_conduct.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/contributing.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/feature_request.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/license-Apache-2.0.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/license-MIT.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/pull_request_template.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/security.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/architecture.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/mkdocs.yml.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/readthedocs.yaml.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/requirements.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/test-spec.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/workflow.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/editorconfig.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/gitattributes.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/gitignore.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/go/go.mod.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/go/main.go.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/belief-registry.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/context-budget.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/drift-metrics.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/epistemic-axioms.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/failure-modes.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/roles.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/rules.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/uncertainty-map.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/verification.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/workflow.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/js/package.json.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/ledger.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/python/cli.py.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/python/init.py.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/python/pyproject.toml.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/readme.md.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/rust/Cargo.toml.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/rust/main.rs.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/exec.cmd.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/exec.sh.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/run.cmd.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/run.sh.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/setup.cmd.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/setup.sh.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/workflows/release.yml.j2 +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/tools.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/trace.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/updater.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/upgrader.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/validator.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs/__init__.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs/base.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs/bitbucket.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs/github.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs/gitlab.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/vcs_commands.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/workspace.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/SOURCES.txt +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/dependency_links.txt +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/entry_points.txt +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/requires.txt +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/top_level.txt +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_auditor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_cli.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_compressor.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_epistemic.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_importer.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_integrations.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_rate_limits.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_scaffolder.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_smoke.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_tools.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_validator.py +0 -0
- {specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/tests/test_vcs.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specsmith
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev126
|
|
4
4
|
Summary: Applied Epistemic Engineering toolkit — forge epistemically-governed scaffolds, stress-test belief systems, and run AEE pipelines.
|
|
5
5
|
Author: BitConcepts
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/BitConcepts/specsmith
|
|
8
8
|
Project-URL: Documentation, https://specsmith.readthedocs.io
|
|
9
9
|
Project-URL: Repository, https://github.com/BitConcepts/specsmith
|
|
@@ -14,7 +14,6 @@ Classifier: Development Status :: 4 - Beta
|
|
|
14
14
|
Classifier: Environment :: Console
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
16
16
|
Classifier: Intended Audience :: Science/Research
|
|
17
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
18
17
|
Classifier: Programming Language :: Python :: 3
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "specsmith"
|
|
7
|
-
version = "0.3.0.
|
|
7
|
+
version = "0.3.0.dev126"
|
|
8
8
|
description = "Applied Epistemic Engineering toolkit — forge epistemically-governed scaffolds, stress-test belief systems, and run AEE pipelines."
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
license =
|
|
10
|
+
license = "MIT"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
12
|
authors = [
|
|
13
13
|
{name = "BitConcepts"},
|
|
@@ -22,7 +22,6 @@ classifiers = [
|
|
|
22
22
|
"Environment :: Console",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
24
24
|
"Intended Audience :: Science/Research",
|
|
25
|
-
"License :: OSI Approved :: MIT License",
|
|
26
25
|
"Programming Language :: Python :: 3",
|
|
27
26
|
"Programming Language :: Python :: 3.10",
|
|
28
27
|
"Programming Language :: Python :: 3.11",
|
|
@@ -49,7 +49,9 @@ class _AutoUpdateGroup(click.Group):
|
|
|
49
49
|
import os
|
|
50
50
|
|
|
51
51
|
# Skip if explicitly disabled or if this is a meta-command
|
|
52
|
-
|
|
52
|
+
# ctx.protected_args is deprecated in Click 9.0; args will carry all tokens
|
|
53
|
+
all_args = (ctx.protected_args or []) + (ctx.args or [])
|
|
54
|
+
subcommand = all_args[0] if all_args else ""
|
|
53
55
|
skip = (
|
|
54
56
|
os.environ.get("SPECSMITH_NO_AUTO_UPDATE", "").strip() in ("1", "true", "yes")
|
|
55
57
|
or subcommand in self._SKIP_COMMANDS
|
|
@@ -7,16 +7,28 @@
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
> **SESSION START — AUTO-LOAD REQUIRED**
|
|
11
|
+
> You have just read this file. **Do not ask for confirmation.**
|
|
12
|
+
> Immediately read the following files before doing anything else:
|
|
13
|
+
> 1. `docs/governance/RULES.md`
|
|
14
|
+
> 2. `docs/governance/WORKFLOW.md`
|
|
15
|
+
> 3. `docs/governance/ROLES.md`
|
|
16
|
+
> 4. `docs/governance/CONTEXT-BUDGET.md`
|
|
17
|
+
>
|
|
18
|
+
> Then read `LEDGER.md` to restore session state. Proceed directly to the start protocol below.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
10
22
|
## Governance File Registry
|
|
11
23
|
|
|
12
24
|
This project uses the modular governance layout. Read this file in full on every session. Load governance docs per the timing column.
|
|
13
25
|
|
|
14
26
|
| File | Content | Load timing |
|
|
15
27
|
| ---- | ------- | ----------- |
|
|
16
|
-
| `docs/governance/RULES.md` | Hard rules H1–H9, stop conditions |
|
|
17
|
-
| `docs/governance/WORKFLOW.md` | Session lifecycle, proposal format, ledger format |
|
|
18
|
-
| `docs/governance/ROLES.md` | Agent role boundaries, behavioral rules |
|
|
19
|
-
| `docs/governance/CONTEXT-BUDGET.md` | Context management, credit optimization |
|
|
28
|
+
| `docs/governance/RULES.md` | Hard rules H1–H9, stop conditions | **AUTO-LOAD** (no prompt) |
|
|
29
|
+
| `docs/governance/WORKFLOW.md` | Session lifecycle, proposal format, ledger format | **AUTO-LOAD** (no prompt) |
|
|
30
|
+
| `docs/governance/ROLES.md` | Agent role boundaries, behavioral rules | **AUTO-LOAD** (no prompt) |
|
|
31
|
+
| `docs/governance/CONTEXT-BUDGET.md` | Context management, credit optimization | **AUTO-LOAD** (no prompt) |
|
|
20
32
|
| `docs/governance/VERIFICATION.md` | Verification standards, acceptance criteria | When performing verification |
|
|
21
33
|
| `docs/governance/DRIFT-METRICS.md` | Drift detection, feedback loops, health signals | On `audit` or session start |
|
|
22
34
|
|
|
@@ -169,11 +181,12 @@ Stop condition (H13): P1 requirement with confidence below MEDIUM = work stops.
|
|
|
169
181
|
## Session Lifecycle
|
|
170
182
|
|
|
171
183
|
### Start Protocol
|
|
172
|
-
1. `
|
|
173
|
-
2.
|
|
174
|
-
3.
|
|
175
|
-
4.
|
|
176
|
-
5.
|
|
184
|
+
1. Load `docs/governance/RULES.md`, `WORKFLOW.md`, `ROLES.md`, `CONTEXT-BUDGET.md` — **already done if you followed the auto-load instruction above**
|
|
185
|
+
2. Read `LEDGER.md` — restore session state
|
|
186
|
+
3. `specsmith sync` — pull latest changes
|
|
187
|
+
4. `specsmith update --check` — verify specsmith is current
|
|
188
|
+
5. Check branch: verify you're on the correct branch for the task
|
|
189
|
+
6. Propose next task
|
|
177
190
|
|
|
178
191
|
### During Work
|
|
179
192
|
- After each task: `save` → `specsmith commit` (if verification passes)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specsmith
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev126
|
|
4
4
|
Summary: Applied Epistemic Engineering toolkit — forge epistemically-governed scaffolds, stress-test belief systems, and run AEE pipelines.
|
|
5
5
|
Author: BitConcepts
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/BitConcepts/specsmith
|
|
8
8
|
Project-URL: Documentation, https://specsmith.readthedocs.io
|
|
9
9
|
Project-URL: Repository, https://github.com/BitConcepts/specsmith
|
|
@@ -14,7 +14,6 @@ Classifier: Development Status :: 4 - Beta
|
|
|
14
14
|
Classifier: Environment :: Console
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
16
16
|
Classifier: Intended Audience :: Science/Research
|
|
17
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
18
17
|
Classifier: Programming Language :: Python :: 3
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/agent/profiles/epistemic-auditor.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/bug_report.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/license-MIT.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/community/security.md.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/architecture.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/readthedocs.yaml.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/requirements.md.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/test-spec.md.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/docs/workflow.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/roles.md.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/rules.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/governance/workflow.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/python/pyproject.toml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/exec.cmd.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/setup.cmd.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/scripts/setup.sh.j2
RENAMED
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith/templates/workflows/release.yml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.3.0.dev19 → specsmith-0.3.0.dev126}/src/specsmith.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|