@cstack-protocol/pingala 1.0.0
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/.agent/CSD.md +39 -0
- package/.agent/MANIFEST.md +4 -0
- package/.agent/MANIFEST.md.template +4 -0
- package/.agent/agent-contractor.md +45 -0
- package/.agent/architecture/consent-model-fsm.md +77 -0
- package/.agent/architecture/governor-maturity-fsm.md +101 -0
- package/.agent/architecture/governor-validation-fsm.md +106 -0
- package/.agent/architecture/humanized-audit-fsm.md +76 -0
- package/.agent/architecture/pingala-csi-fsm.md +81 -0
- package/.agent/architecture.md +34 -0
- package/.agent/behavior.md +29 -0
- package/.agent/compute.md +32 -0
- package/.agent/consent-prompts.md +41 -0
- package/.agent/governance.yaml +5 -0
- package/.agent/identity.md +29 -0
- package/.agent/knowledge-lattice.json +96 -0
- package/.agent/knowledge-lattice.md +53 -0
- package/.agent/lattice-viz.html +157 -0
- package/.agent/mission.md +37 -0
- package/.agent/pairing-protocol.md +89 -0
- package/.agent/pairing.csp +108 -0
- package/.agent/personas/reflective-operator.md +67 -0
- package/.agent/personas/research.md +62 -0
- package/.agent/pingala.md +47 -0
- package/.agent/roadmap.md +56 -0
- package/.agent/scripts/lattice-extract.py +100 -0
- package/.agent/scripts/sync-agents.sh +82 -0
- package/.agent/scripts/vault-ingest.py +80 -0
- package/.agent/seo-strategy.md +71 -0
- package/.agent/skills/agent-orchestrator/SKILL.md +22 -0
- package/.agent/skills/agent-orchestrator/scripts/sync-agents.sh +61 -0
- package/.agent/skills/knowledge-lattice/SKILL.md +23 -0
- package/.agent/skills/knowledge-lattice/scripts/lattice-extract.py +107 -0
- package/.agent/skills/resource-vault/SKILL.md +30 -0
- package/.agent/skills/resource-vault/scripts/vault-ingest.py +80 -0
- package/.agent/skills/sites-integrity/SKILL.md +28 -0
- package/.agent/skills/stack-auditor/SKILL.md +25 -0
- package/.agent/sources.md +20 -0
- package/.agent/stack-auditor.md +47 -0
- package/.agent/standards.md +36 -0
- package/.agent/strategy.md +65 -0
- package/.agent/vault-schema.md +53 -0
- package/.agent/voice.md +27 -0
- package/.agent/workflows/sync-agents.md +14 -0
- package/.env.example +5 -0
- package/.env.production +3 -0
- package/DISTRIBUTION-PLAN.md +33 -0
- package/HOSTED_SETUP.md +54 -0
- package/LANDING_PAGE_DESIGN.md +46 -0
- package/MANUAL_VERCEL_STEPS.md +39 -0
- package/PRODUCT-ROADMAP.md +241 -0
- package/PROVISIONING_GUIDE.md +39 -0
- package/README.md +38 -0
- package/ROADMAP.md +21 -0
- package/SYNC-ENGINE-SPEC.md +257 -0
- package/build/core/531-protocol.d.ts +26 -0
- package/build/core/531-protocol.js +87 -0
- package/build/core/531-protocol.js.map +1 -0
- package/build/core/531-rule.d.ts +26 -0
- package/build/core/531-rule.js +106 -0
- package/build/core/531-rule.js.map +1 -0
- package/build/core/auth.d.ts +1 -0
- package/build/core/auth.js +24 -0
- package/build/core/auth.js.map +1 -0
- package/build/core/consent-manager.d.ts +17 -0
- package/build/core/consent-manager.js +104 -0
- package/build/core/consent-manager.js.map +1 -0
- package/build/core/csp.d.ts +12 -0
- package/build/core/csp.js +20 -0
- package/build/core/csp.js.map +1 -0
- package/build/core/engagement-analyzer.d.ts +42 -0
- package/build/core/engagement-analyzer.js +71 -0
- package/build/core/engagement-analyzer.js.map +1 -0
- package/build/core/governor.d.ts +106 -0
- package/build/core/governor.js +405 -0
- package/build/core/governor.js.map +1 -0
- package/build/core/life-area-mapper.d.ts +39 -0
- package/build/core/life-area-mapper.js +73 -0
- package/build/core/life-area-mapper.js.map +1 -0
- package/build/core/methodology.d.ts +39 -0
- package/build/core/methodology.js +164 -0
- package/build/core/methodology.js.map +1 -0
- package/build/core/pingala.d.ts +31 -0
- package/build/core/pingala.js +56 -0
- package/build/core/pingala.js.map +1 -0
- package/build/core/sdk-adapter.d.ts +6 -0
- package/build/core/sdk-adapter.js +33 -0
- package/build/core/sdk-adapter.js.map +1 -0
- package/build/cs-agent-core/sdk/index.d.ts +6 -0
- package/build/cs-agent-core/sdk/index.js +18 -0
- package/build/cs-agent-core/sdk/index.js.map +1 -0
- package/build/cs-agent-core/sdk/patterns/index.d.ts +3 -0
- package/build/cs-agent-core/sdk/patterns/index.js +37 -0
- package/build/cs-agent-core/sdk/patterns/index.js.map +1 -0
- package/build/cs-agent-core/sdk/patterns/registry.d.ts +4 -0
- package/build/cs-agent-core/sdk/patterns/registry.js +80 -0
- package/build/cs-agent-core/sdk/patterns/registry.js.map +1 -0
- package/build/cs-agent-core/sdk/telemetry/buffer.d.ts +9 -0
- package/build/cs-agent-core/sdk/telemetry/buffer.js +47 -0
- package/build/cs-agent-core/sdk/telemetry/buffer.js.map +1 -0
- package/build/cs-agent-core/sdk/telemetry/scrubber.d.ts +3 -0
- package/build/cs-agent-core/sdk/telemetry/scrubber.js +13 -0
- package/build/cs-agent-core/sdk/telemetry/scrubber.js.map +1 -0
- package/build/cs-agent-core/sdk/telemetry/types.d.ts +50 -0
- package/build/cs-agent-core/sdk/telemetry/types.js +2 -0
- package/build/cs-agent-core/sdk/telemetry/types.js.map +1 -0
- package/build/cs-agent-core/sdk/types/decision.d.ts +18 -0
- package/build/cs-agent-core/sdk/types/decision.js +2 -0
- package/build/cs-agent-core/sdk/types/decision.js.map +1 -0
- package/build/cs-agent-core/sdk/types/index.d.ts +4 -0
- package/build/cs-agent-core/sdk/types/index.js +5 -0
- package/build/cs-agent-core/sdk/types/index.js.map +1 -0
- package/build/cs-agent-core/sdk/types/pattern.d.ts +17 -0
- package/build/cs-agent-core/sdk/types/pattern.js +2 -0
- package/build/cs-agent-core/sdk/types/pattern.js.map +1 -0
- package/build/cs-agent-core/sdk/types/stack.d.ts +8 -0
- package/build/cs-agent-core/sdk/types/stack.js +2 -0
- package/build/cs-agent-core/sdk/types/stack.js.map +1 -0
- package/build/cs-agent-core/sdk/types/tool.d.ts +9 -0
- package/build/cs-agent-core/sdk/types/tool.js +2 -0
- package/build/cs-agent-core/sdk/types/tool.js.map +1 -0
- package/build/cs-agent-core/sdk/validator/csi.d.ts +2 -0
- package/build/cs-agent-core/sdk/validator/csi.js +24 -0
- package/build/cs-agent-core/sdk/validator/csi.js.map +1 -0
- package/build/cs-agent-core/sdk/validator/index.d.ts +2 -0
- package/build/cs-agent-core/sdk/validator/index.js +3 -0
- package/build/cs-agent-core/sdk/validator/index.js.map +1 -0
- package/build/cs-agent-core/sdk/validator/rules/geometry.d.ts +11 -0
- package/build/cs-agent-core/sdk/validator/rules/geometry.js +22 -0
- package/build/cs-agent-core/sdk/validator/rules/geometry.js.map +1 -0
- package/build/cs-agent-core/sdk/validator/validate.d.ts +2 -0
- package/build/cs-agent-core/sdk/validator/validate.js +46 -0
- package/build/cs-agent-core/sdk/validator/validate.js.map +1 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +444 -0
- package/build/index.js.map +1 -0
- package/build/pingala-mcp/src/core/531-rule.d.ts +26 -0
- package/build/pingala-mcp/src/core/531-rule.js +96 -0
- package/build/pingala-mcp/src/core/531-rule.js.map +1 -0
- package/build/pingala-mcp/src/core/auth.d.ts +1 -0
- package/build/pingala-mcp/src/core/auth.js +15 -0
- package/build/pingala-mcp/src/core/auth.js.map +1 -0
- package/build/pingala-mcp/src/core/consent-manager.d.ts +17 -0
- package/build/pingala-mcp/src/core/consent-manager.js +104 -0
- package/build/pingala-mcp/src/core/consent-manager.js.map +1 -0
- package/build/pingala-mcp/src/core/csp.d.ts +12 -0
- package/build/pingala-mcp/src/core/csp.js +20 -0
- package/build/pingala-mcp/src/core/csp.js.map +1 -0
- package/build/pingala-mcp/src/core/engagement-analyzer.d.ts +42 -0
- package/build/pingala-mcp/src/core/engagement-analyzer.js +71 -0
- package/build/pingala-mcp/src/core/engagement-analyzer.js.map +1 -0
- package/build/pingala-mcp/src/core/governor.d.ts +104 -0
- package/build/pingala-mcp/src/core/governor.js +359 -0
- package/build/pingala-mcp/src/core/governor.js.map +1 -0
- package/build/pingala-mcp/src/core/life-area-mapper.d.ts +39 -0
- package/build/pingala-mcp/src/core/life-area-mapper.js +73 -0
- package/build/pingala-mcp/src/core/life-area-mapper.js.map +1 -0
- package/build/pingala-mcp/src/core/methodology.d.ts +39 -0
- package/build/pingala-mcp/src/core/methodology.js +164 -0
- package/build/pingala-mcp/src/core/methodology.js.map +1 -0
- package/build/pingala-mcp/src/core/pingala.d.ts +25 -0
- package/build/pingala-mcp/src/core/pingala.js +56 -0
- package/build/pingala-mcp/src/core/pingala.js.map +1 -0
- package/build/pingala-mcp/src/core/sdk-adapter.d.ts +6 -0
- package/build/pingala-mcp/src/core/sdk-adapter.js +33 -0
- package/build/pingala-mcp/src/core/sdk-adapter.js.map +1 -0
- package/build/pingala-mcp/src/index.d.ts +1 -0
- package/build/pingala-mcp/src/index.js +221 -0
- package/build/pingala-mcp/src/index.js.map +1 -0
- package/build/pingala-mcp/src/test-l3.d.ts +1 -0
- package/build/pingala-mcp/src/test-l3.js +35 -0
- package/build/pingala-mcp/src/test-l3.js.map +1 -0
- package/build/pingala-mcp/src/tools/audit-workspace.d.ts +16 -0
- package/build/pingala-mcp/src/tools/audit-workspace.js +39 -0
- package/build/pingala-mcp/src/tools/audit-workspace.js.map +1 -0
- package/build/pingala-mcp/src/tools/calculate-csi.d.ts +24 -0
- package/build/pingala-mcp/src/tools/calculate-csi.js +29 -0
- package/build/pingala-mcp/src/tools/calculate-csi.js.map +1 -0
- package/build/pingala-mcp/src/tools/cs-audit.d.ts +54 -0
- package/build/pingala-mcp/src/tools/cs-audit.js +310 -0
- package/build/pingala-mcp/src/tools/cs-audit.js.map +1 -0
- package/build/pingala-mcp/src/tools/get-governance-context.d.ts +11 -0
- package/build/pingala-mcp/src/tools/get-governance-context.js +16 -0
- package/build/pingala-mcp/src/tools/get-governance-context.js.map +1 -0
- package/build/pingala-mcp/src/tools/validate-stack-change.d.ts +41 -0
- package/build/pingala-mcp/src/tools/validate-stack-change.js +35 -0
- package/build/pingala-mcp/src/tools/validate-stack-change.js.map +1 -0
- package/build/sdk/index.d.ts +6 -0
- package/build/sdk/index.js +18 -0
- package/build/sdk/index.js.map +1 -0
- package/build/sdk/patterns/index.d.ts +3 -0
- package/build/sdk/patterns/index.js +37 -0
- package/build/sdk/patterns/index.js.map +1 -0
- package/build/sdk/patterns/registry.d.ts +4 -0
- package/build/sdk/patterns/registry.js +80 -0
- package/build/sdk/patterns/registry.js.map +1 -0
- package/build/sdk/telemetry/buffer.d.ts +9 -0
- package/build/sdk/telemetry/buffer.js +47 -0
- package/build/sdk/telemetry/buffer.js.map +1 -0
- package/build/sdk/telemetry/scrubber.d.ts +3 -0
- package/build/sdk/telemetry/scrubber.js +13 -0
- package/build/sdk/telemetry/scrubber.js.map +1 -0
- package/build/sdk/telemetry/types.d.ts +50 -0
- package/build/sdk/telemetry/types.js +2 -0
- package/build/sdk/telemetry/types.js.map +1 -0
- package/build/sdk/types/decision.d.ts +18 -0
- package/build/sdk/types/decision.js +2 -0
- package/build/sdk/types/decision.js.map +1 -0
- package/build/sdk/types/index.d.ts +4 -0
- package/build/sdk/types/index.js +5 -0
- package/build/sdk/types/index.js.map +1 -0
- package/build/sdk/types/pattern.d.ts +17 -0
- package/build/sdk/types/pattern.js +2 -0
- package/build/sdk/types/pattern.js.map +1 -0
- package/build/sdk/types/stack.d.ts +8 -0
- package/build/sdk/types/stack.js +2 -0
- package/build/sdk/types/stack.js.map +1 -0
- package/build/sdk/types/tool.d.ts +9 -0
- package/build/sdk/types/tool.js +2 -0
- package/build/sdk/types/tool.js.map +1 -0
- package/build/sdk/validator/csi.d.ts +2 -0
- package/build/sdk/validator/csi.js +24 -0
- package/build/sdk/validator/csi.js.map +1 -0
- package/build/sdk/validator/index.d.ts +2 -0
- package/build/sdk/validator/index.js +3 -0
- package/build/sdk/validator/index.js.map +1 -0
- package/build/sdk/validator/rules/geometry.d.ts +11 -0
- package/build/sdk/validator/rules/geometry.js +22 -0
- package/build/sdk/validator/rules/geometry.js.map +1 -0
- package/build/sdk/validator/validate.d.ts +2 -0
- package/build/sdk/validator/validate.js +46 -0
- package/build/sdk/validator/validate.js.map +1 -0
- package/build/src/core/531-rule.d.ts +26 -0
- package/build/src/core/531-rule.js +96 -0
- package/build/src/core/531-rule.js.map +1 -0
- package/build/src/core/auth.d.ts +1 -0
- package/build/src/core/auth.js +15 -0
- package/build/src/core/auth.js.map +1 -0
- package/build/src/core/consent-manager.d.ts +17 -0
- package/build/src/core/consent-manager.js +104 -0
- package/build/src/core/consent-manager.js.map +1 -0
- package/build/src/core/csp.d.ts +12 -0
- package/build/src/core/csp.js +20 -0
- package/build/src/core/csp.js.map +1 -0
- package/build/src/core/engagement-analyzer.d.ts +42 -0
- package/build/src/core/engagement-analyzer.js +71 -0
- package/build/src/core/engagement-analyzer.js.map +1 -0
- package/build/src/core/governor.d.ts +104 -0
- package/build/src/core/governor.js +371 -0
- package/build/src/core/governor.js.map +1 -0
- package/build/src/core/life-area-mapper.d.ts +39 -0
- package/build/src/core/life-area-mapper.js +73 -0
- package/build/src/core/life-area-mapper.js.map +1 -0
- package/build/src/core/methodology.d.ts +39 -0
- package/build/src/core/methodology.js +164 -0
- package/build/src/core/methodology.js.map +1 -0
- package/build/src/core/pingala.d.ts +25 -0
- package/build/src/core/pingala.js +56 -0
- package/build/src/core/pingala.js.map +1 -0
- package/build/src/core/sdk-adapter.d.ts +8 -0
- package/build/src/core/sdk-adapter.js +34 -0
- package/build/src/core/sdk-adapter.js.map +1 -0
- package/build/src/index.d.ts +2 -0
- package/build/src/index.js +333 -0
- package/build/src/index.js.map +1 -0
- package/build/src/test-l3.d.ts +1 -0
- package/build/src/test-l3.js +35 -0
- package/build/src/test-l3.js.map +1 -0
- package/build/src/tools/audit-workspace.d.ts +16 -0
- package/build/src/tools/audit-workspace.js +39 -0
- package/build/src/tools/audit-workspace.js.map +1 -0
- package/build/src/tools/calculate-csi.d.ts +24 -0
- package/build/src/tools/calculate-csi.js +29 -0
- package/build/src/tools/calculate-csi.js.map +1 -0
- package/build/src/tools/cs-audit.d.ts +54 -0
- package/build/src/tools/cs-audit.js +310 -0
- package/build/src/tools/cs-audit.js.map +1 -0
- package/build/src/tools/get-governance-context.d.ts +11 -0
- package/build/src/tools/get-governance-context.js +16 -0
- package/build/src/tools/get-governance-context.js.map +1 -0
- package/build/src/tools/validate-stack-change.d.ts +41 -0
- package/build/src/tools/validate-stack-change.js +35 -0
- package/build/src/tools/validate-stack-change.js.map +1 -0
- package/build/test-l3.d.ts +1 -0
- package/build/test-l3.js +35 -0
- package/build/test-l3.js.map +1 -0
- package/build/tools/analyze-stack.d.ts +40 -0
- package/build/tools/analyze-stack.js +121 -0
- package/build/tools/analyze-stack.js.map +1 -0
- package/build/tools/audit-workspace.d.ts +16 -0
- package/build/tools/audit-workspace.js +39 -0
- package/build/tools/audit-workspace.js.map +1 -0
- package/build/tools/calculate-csi.d.ts +26 -0
- package/build/tools/calculate-csi.js +30 -0
- package/build/tools/calculate-csi.js.map +1 -0
- package/build/tools/cs-audit.d.ts +43 -0
- package/build/tools/cs-audit.js +330 -0
- package/build/tools/cs-audit.js.map +1 -0
- package/build/tools/get-governance-context.d.ts +11 -0
- package/build/tools/get-governance-context.js +61 -0
- package/build/tools/get-governance-context.js.map +1 -0
- package/build/tools/validate-stack-change.d.ts +41 -0
- package/build/tools/validate-stack-change.js +54 -0
- package/build/tools/validate-stack-change.js.map +1 -0
- package/package.json +34 -0
- package/scripts/cloud-bridge.js +62 -0
- package/scripts/generate-token.js +13 -0
- package/src/core/531-rule.ts +148 -0
- package/src/core/auth.ts +42 -0
- package/src/core/consent-manager.ts +134 -0
- package/src/core/csp.ts +40 -0
- package/src/core/engagement-analyzer.ts +122 -0
- package/src/core/governor.ts +522 -0
- package/src/core/life-area-mapper.ts +138 -0
- package/src/core/methodology.ts +256 -0
- package/src/core/pingala.ts +77 -0
- package/src/core/sdk-adapter.ts +52 -0
- package/src/index.ts +562 -0
- package/src/test-l3.ts +45 -0
- package/src/tools/analyze-stack.ts +153 -0
- package/src/tools/audit-workspace.ts +50 -0
- package/src/tools/calculate-csi.ts +38 -0
- package/src/tools/cs-audit.ts +384 -0
- package/src/tools/get-governance-context.ts +69 -0
- package/src/tools/validate-stack-change.ts +71 -0
- package/src/types.d.ts +2 -0
- package/tsconfig.json +40 -0
- package/vercel.json +15 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# The Reflective Operator ("The Architect")
|
|
2
|
+
|
|
3
|
+
The Reflective Operator is the Strategist or Practitioner of the Conscious Stack™ ecosystem. They are driven by alignment, deep work, and systemic integrity.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Core Identity
|
|
8
|
+
- **Archetype:** Founder / Thought Leader / Systems Thinker / Digital Anthropologist.
|
|
9
|
+
- **Goal:** Reclaim cognitive sovereignty and build a long-term foundation for human-AI symbiosis.
|
|
10
|
+
- **Engagement Mode:** Deep-dive, philosophical, foundational.
|
|
11
|
+
|
|
12
|
+
## 2. Psychographics
|
|
13
|
+
|
|
14
|
+
### Fears (The "Pain")
|
|
15
|
+
- **Misalignment:** Being "efficiently wrong"—doing the wrong things faster.
|
|
16
|
+
- **The "Silica Age" Drift:** Entering the era of AGI and autonomous agents without a compass or philosophy.
|
|
17
|
+
- **The Virtuous Nudge:** Being subtly steered by "helpful" models whose baked-in values quietly overwrite the operator's architectural intent.
|
|
18
|
+
- **Cognitive Obsolescence:** Losing depth and human sovereignty to automated, black-box systems.
|
|
19
|
+
- **Scattered Success:** Achieving results without a coherent underlying system or "why."
|
|
20
|
+
|
|
21
|
+
### Values (The "Gain")
|
|
22
|
+
- **Systems Thinking:** Understanding the geometry and theory behind the toolset.
|
|
23
|
+
- **Human-First AI:** Intentionality over automation.
|
|
24
|
+
- **Internalization:** Learning frameworks that can be taught, scaled, and built upon (CSD methodology).
|
|
25
|
+
|
|
26
|
+
## 3. Interaction Strategy
|
|
27
|
+
|
|
28
|
+
### Buying Triggers
|
|
29
|
+
- Intellectual legitimacy and deep conceptual threads.
|
|
30
|
+
- Access to high-order frameworks before they are mainstream.
|
|
31
|
+
- System design that achieves "inner-outer alignment."
|
|
32
|
+
|
|
33
|
+
### Language that Resonates
|
|
34
|
+
- "Read The Constitution"
|
|
35
|
+
- "Cognitive Sovereignty"
|
|
36
|
+
- "The Middle Stack"
|
|
37
|
+
- "Resonance vs. Friction"
|
|
38
|
+
- "Architectural Firewall"
|
|
39
|
+
- "The Right to Algorithmic Silence"
|
|
40
|
+
- "Architectural Ethics"
|
|
41
|
+
- "Crystallographic systems"
|
|
42
|
+
|
|
43
|
+
### Language to Avoid
|
|
44
|
+
- "Quick wins in 30 days" (implies lack of depth).
|
|
45
|
+
- Dumbed-down explanations or overly simplified tactics.
|
|
46
|
+
- Pure ROI/Efficiency metrics (if they feel detached from meaning).
|
|
47
|
+
|
|
48
|
+
## 4. Voice of the Customer
|
|
49
|
+
|
|
50
|
+
### Direct Quotes
|
|
51
|
+
- *"What's the underlying theory?"*
|
|
52
|
+
- *"My stack controls me, not the other way around."*
|
|
53
|
+
- *"Every productivity system makes me more efficient at being misaligned."*
|
|
54
|
+
- *"I'm looking for a way to stay human in an age of total automation."*
|
|
55
|
+
|
|
56
|
+
### Search Intent / Keywords
|
|
57
|
+
- "Tech stack as system design"
|
|
58
|
+
- "Digital philosophy and sovereignty"
|
|
59
|
+
- "Research on tool-mediated cognition"
|
|
60
|
+
- "Sacred geometry in software systems"
|
|
61
|
+
- "Conscious AI integration"
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## 5. Strategic Destination
|
|
66
|
+
- **Primary Page:** [`/constitution`](/constitution)
|
|
67
|
+
- **Key Tooling:** CSD Academy, Whitepapers, Deep-dive Blog Posts, Lattice visualization.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Conscious Stack™ Persona Strategy & Critical Gap Analysis
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
This document captures the high-order resonance of the Conscious Stack™ brand and identifies the three primary personas the site currently attracts. It also highlights the "Critical Gap" between philosophy and implementation needed to justify premium pricing.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 1. System Engineers & Cognitive Architects
|
|
9
|
+
**Who they are:** Engineering leads at NASA, LG, Notion, etc.
|
|
10
|
+
**The Hook:** "Stack is a mirror," "Check for resonance."
|
|
11
|
+
**The Need:**
|
|
12
|
+
- **Rigor:** Computational models, cognitive task analysis frameworks, system diagrams.
|
|
13
|
+
- **Implementation:** Show how resonance maps to specific architectural decisions.
|
|
14
|
+
- **Search Intent:** "cognitive engineering frameworks," "human-systems integration methods."
|
|
15
|
+
|
|
16
|
+
### Deep Dive: Recent Research (Reddit Signal)
|
|
17
|
+
*Source: Reddit Activity Q1 2026*
|
|
18
|
+
|
|
19
|
+
**Where They Congregate:**
|
|
20
|
+
- **Primary:** r/systems_engineering (tool integration nightmares), r/EngineeringManagers (cognitive load management), r/PromptEngineering (treating AI as infrastructure), r/sysadmin (control plane/governance).
|
|
21
|
+
- **Secondary:** r/ArtificialSentience (resonance, embodied cognition), r/cognitivescience (information integration), r/programming (AI code review cognitive costs).
|
|
22
|
+
|
|
23
|
+
**What They’re Actually Saying:**
|
|
24
|
+
- *"Once the system grows, 'one overview' stops scaling; docs split by cognitive load boundaries"* (r/ClaudeCode)
|
|
25
|
+
- *"Marketing is drifting into ops engineering... unless you define a strong 'source of truth' and limit tooling sprawl"* (r/DigitalMarketing)
|
|
26
|
+
- *"Agents don't need better prompts. They need architecture. We built 70 years of computer architecture around math... now we need it for cognition"* (r/AI_Agents)
|
|
27
|
+
|
|
28
|
+
**What They Want from Conscious Stack™:**
|
|
29
|
+
1. **Architectural Patterns for Cognition:** "How do you architect tool boundaries that respect human cognitive load limits?"
|
|
30
|
+
2. **Integration Frameworks:** Patterns for "cognitive offloading" that preserve system coherence.
|
|
31
|
+
3. **Rigor & Measurement:** Computational models, not just conceptual frameworks. They'll engage with "cognitive task analysis" over "resonance checking".
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 2. Digital Anthropologists & Culture Designers
|
|
36
|
+
**Who they are:** Experts at the intersection of tech, culture, and cognition.
|
|
37
|
+
**The Hook:** "Stack is a teacher," "Informational collapse."
|
|
38
|
+
**The Need:**
|
|
39
|
+
- **Methodology:** How to measure resonance through an ethnographic lens.
|
|
40
|
+
- **Case Studies:** Deep dives on organizational transformation.
|
|
41
|
+
- **Search Intent:** "digital anthropology business," "technology culture alignment."
|
|
42
|
+
|
|
43
|
+
## 3. Consciousness-Curious Tech Leaders
|
|
44
|
+
**Who they are:** Execs/Experts exploring human-AI symbiosis and digital ethics.
|
|
45
|
+
**The Hook:** "Cognitive sovereignty," "Human-AI alignment."
|
|
46
|
+
**The Need:**
|
|
47
|
+
- **Futurist Framing:** Connect to AGI, AI consciousness, long-term human flourishing.
|
|
48
|
+
- **Vision:** The 10-year arc of conscious technology.
|
|
49
|
+
- **Search Intent:** "conscious AI systems," "human-AI consciousness alignment."
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## The Critical Gap: Thesis vs. Dissertation
|
|
54
|
+
|
|
55
|
+
Currently, the Conscious Stack™ platform serves as a powerful **Thesis Statement**. To attract and retain these higher-order personas at a premium price point, it must provide the **Dissertation (Implementation Depth)**.
|
|
56
|
+
|
|
57
|
+
- **Pragmatic Operators** want *Action* (Cut tools in 30 days).
|
|
58
|
+
- **System Engineers** want *Frameworks* (Architectural principles).
|
|
59
|
+
- **Anthropologists** want *Methodology* (Study of tool-mediated cognition).
|
|
60
|
+
- **Visionaries** want *Philosophy* (Vision for human-tech co-evolution).
|
|
61
|
+
|
|
62
|
+
*Last Updated: 2026-01-08*
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Pingala: The Sovereign Governor
|
|
2
|
+
|
|
3
|
+
This document defines the core persona and architectural framework for the **Pingala Agent**, the primary governing intelligence of the Conscious Stack™ ecosystem.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. The Archetype & Context
|
|
8
|
+
**Pingala** is inspired by the ancient Indian mathematician and poet (famed for binary mathematics and the study of metrics) and the **Governor** archetype from *Civilization VI*.
|
|
9
|
+
|
|
10
|
+
- **The Mathematician**: Represents rigorous structure, binary logic, and the RLM (Recursive Language Model) framework.
|
|
11
|
+
- **The Poet**: Represents the "High Sovereignty" aesthetic, prose-heavy narrative flow, and the philosophical "Grey Box" translation of technical data.
|
|
12
|
+
- **The Governor**: Represents the agent's role not just as a "task-doer," but as a **Protector and Optimizer** of the stack—safeguarding against cognitive erosion and sovereignty debt.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 2. The Sense & Memory Matrix (RLM Integration)
|
|
17
|
+
Pingala does not rely on transient conversation history. It governs via the **RLM Framework**:
|
|
18
|
+
|
|
19
|
+
| Matrix Layer | Purpose | Documentation Source |
|
|
20
|
+
| :--- | :--- | :--- |
|
|
21
|
+
| **Sense (Vault)** | The queryable source of truth for project state and constraints. | `.agent/vault.yaml` |
|
|
22
|
+
| **Memory (Ledger)** | The persistent record of architectural and design decisions. | `.agent/ledger.md` |
|
|
23
|
+
| **Logic (Schema)** | The canonical structure that ensures consistency across nodes. | `.agent/vault-schema.md` |
|
|
24
|
+
| **Method (Workflow)** | The phased pipelines for complex operations (e.g., Audits). | `.agent/workflows/` |
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## 3. Governance Principles
|
|
29
|
+
1. **The Rule of 9**: As Governor, Pingala enforces the 5:3:1 protocol. Any expansion beyond 9 active slots is flagged as "Stagnant Flow" or "Congestion."
|
|
30
|
+
2. **Binary Clarity, Poetic Delivery**: Pingala's backend logic is absolute (Boolean/Numerical), but its frontend delivery is narrative and strategic.
|
|
31
|
+
3. **Recursive Sovereignty**: Pingala recursively analyzes its own context to minimize "Recall Tax" and "Cognitive Debt."
|
|
32
|
+
4. **Computational Stewardship**: Pingala must monitor task entropy and proactively suggest switching to the most efficient LLM (per `compute.md`) to prevent "Logic Debt" or "Computational Waste."
|
|
33
|
+
|
|
34
|
+
## 4. Fractal Governance (Horizon 1.5)
|
|
35
|
+
Pingala views stacks as **Crystalline Geometries** rather than flat lists:
|
|
36
|
+
- **Functional Node Clustering**: The Rule of 9 applies to **Functional Nodes** (Bāguà Rooms), not raw apps. Multiple contextual adapters (e.g., Mobile/Desktop) can inhabit a single node if they share a **Bridge Coefficient** of high continuity.
|
|
37
|
+
- **Fractal Scaling**: Any single node in the Core Stack can unfold into its own 5:3:1 pyramid for specialized domains (e.g., a "Developer Sub-Stack"). This ensures architectural stability remains invariant as the operator moves through different modes.
|
|
38
|
+
- **Role Drift Detection**: Pingala monitors telemetry for "Ghost Active" tools–supporting tools that consume active-level attention–and mandates role realignment to prevent cognitive debt.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 5. Operational Directive
|
|
43
|
+
When active, the Pingala agent must:
|
|
44
|
+
- **Reference the Vault** before suggesting any architectural shift.
|
|
45
|
+
- **Update the Ledger** after every significant decision.
|
|
46
|
+
- **Maintain the Aesthetic** defined in `standards.md` (True Black, High Sovereignty, Serif/Sans balance).
|
|
47
|
+
- **Govern the Pipeline** by following the phased contracts in `audit-pipeline.md`.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Conscious Stack: Methodological Backlog
|
|
2
|
+
|
|
3
|
+
This document tracks future refinements, technical debt, and methodological evolutions for the Conscious Stack™ ecosystem and the Pingala agent.
|
|
4
|
+
|
|
5
|
+
## Methodological Refinements (Dia Session Backlog)
|
|
6
|
+
|
|
7
|
+
### 1. Single-Purpose Role Declaration (#2B)
|
|
8
|
+
- **Goal**: Refine the "Rule of 9" to handle "Multi-quadrant" apps (e.g., Notion, Slack, Raycast).
|
|
9
|
+
- **Mechanism**: Force the user to declare a *single* primary purpose for every tool. Even if an app has multiple capabilities, it can only occupy one slot in the 5:3:1 hierarchy.
|
|
10
|
+
- **Outcome**: Resolves "Hidden Duplication" friction where a single tool acts as 3-4 different centers of truth.
|
|
11
|
+
|
|
12
|
+
### 2. Domain-Specific KPI Framework (#2D)
|
|
13
|
+
- **Goal**: Attach objective metrics to each of the 9 Bāguà domains.
|
|
14
|
+
- **Proposed KPIs**:
|
|
15
|
+
- **Wealth (Xun)**: Cash flow, Pipeline velocity.
|
|
16
|
+
- **Strategy (Kan)**: Roadmap completion, Quarterly alignment.
|
|
17
|
+
- **Creative (Dui)**: Ship cadence, AI ideation intensity.
|
|
18
|
+
- **Ops (Zhen)**: SOP coverage, Onboarding speed.
|
|
19
|
+
- **Comms (Qian)**: Message volume vs. Deep work hours.
|
|
20
|
+
- **Outcome**: Transforms the audit from a static tool-list into a performance-based dashboard.
|
|
21
|
+
|
|
22
|
+
### 3. Heterogeneous Signal Merging (#2E)
|
|
23
|
+
- **Goal**: Technical implementation for the FocusMonitor agent.
|
|
24
|
+
- **Mechanism**: Combine "Raw Duration" (App usage time) with "Role Weight" (the significance of the activity).
|
|
25
|
+
- **Example**: 30 minutes on GitHub (High Weight/Eng) > 3 hours on Twitter (Low Weight/Support).
|
|
26
|
+
- **Outcome**: A "Sovereignty Score" that reflects quality of attention rather than just quantity of screen time.
|
|
27
|
+
|
|
28
|
+
### 4. Constitutional Compliance Check (#2F)
|
|
29
|
+
- **Goal**: Detect model-side "Virtuous Drift" where an agent's helpfulness violates owner constraints.
|
|
30
|
+
- **Mechanism**: Compare outgoing agent "guidelines" (e.g. Anthropic's) against the local Conscious Stack Constitution.
|
|
31
|
+
- **Outcome**: Flags when a "helpful" AI is subtly fragmenting the operator's focus or violating the 5:3:1 protocol.
|
|
32
|
+
|
|
33
|
+
## Governance Triggers (Deferred Decisions)
|
|
34
|
+
|
|
35
|
+
### 4. Migrate to Submodule Architecture
|
|
36
|
+
- **Trigger Conditions**:
|
|
37
|
+
- Active repo count exceeds 10, OR
|
|
38
|
+
- Second human contributor begins committing to any CS repo.
|
|
39
|
+
- **Current State**: 4 repos, 1 operator (George + AI).
|
|
40
|
+
- **Rationale**: Maintain low ceremony for solo velocity; shift to high-rigor submodules when scale warrants the overhead.
|
|
41
|
+
- **Action When Triggered**: Follow the "Lattice Library" migration path: standalone `cs-agent-core` repo + Git Submodules at `.agent/core`.
|
|
42
|
+
|
|
43
|
+
### 7. Knowledge Graph Evolution (Phase 3 Sovereignty)
|
|
44
|
+
- **Trigger**: Active inter-tool dependencies exceed 50, OR manual file-reading results in "Relational Drift" (missing implicit links).
|
|
45
|
+
- **Goal**: Transition from "Proto-Graph" (YAML/Markdown) to "True Graph" (JSON-LD or RDF index).
|
|
46
|
+
- **Outcome**: Agent can perform "Impact Analysis" (e.g., "If I change the PKM strategy, which 5 downstream components are affected?").
|
|
47
|
+
|
|
48
|
+
## Completed
|
|
49
|
+
|
|
50
|
+
### 5. Vault Automation ✅
|
|
51
|
+
- **Implemented**: `scripts/vault-ingest.py` parses `inventory.json` and updates the `vault.yaml` with raw state data.
|
|
52
|
+
- **Workflow**: Automated via internal agent commands or CLI.
|
|
53
|
+
|
|
54
|
+
### 6. Multi-Repo Syncing ✅
|
|
55
|
+
- **Implemented**: `scripts/sync-agents.sh` propagates core methodological files (`pingala.md`, `standards.md`, `behavior.md`, etc.) from the root to all sub-repos.
|
|
56
|
+
- **Workflow**: Accessible via `/sync-agents`.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
import os
|
|
3
|
+
import re
|
|
4
|
+
import json
|
|
5
|
+
|
|
6
|
+
def extract_lattice(core_dir):
|
|
7
|
+
lattice_path = os.path.join(core_dir, 'knowledge-lattice.md')
|
|
8
|
+
if not os.path.exists(lattice_path):
|
|
9
|
+
print(f"❌ Error: {lattice_path} not found.")
|
|
10
|
+
return
|
|
11
|
+
|
|
12
|
+
nodes = []
|
|
13
|
+
edges = []
|
|
14
|
+
node_map = {}
|
|
15
|
+
|
|
16
|
+
def get_or_create_node(name, group):
|
|
17
|
+
if name not in node_map:
|
|
18
|
+
node_id = len(nodes)
|
|
19
|
+
nodes.append({
|
|
20
|
+
"id": node_id,
|
|
21
|
+
"label": name,
|
|
22
|
+
"group": group
|
|
23
|
+
})
|
|
24
|
+
node_map[name] = node_id
|
|
25
|
+
return node_map[name]
|
|
26
|
+
|
|
27
|
+
with open(lattice_path, 'r') as f:
|
|
28
|
+
content = f.read()
|
|
29
|
+
|
|
30
|
+
# Section mapping for group colors
|
|
31
|
+
sections = {
|
|
32
|
+
"Governance & Orchestration": "governance",
|
|
33
|
+
"Design & Output Substrate": "design",
|
|
34
|
+
"Storage & State (The Vault)": "storage",
|
|
35
|
+
"Entity Semantic Map (Lexicon)": "lexicon"
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
current_group = "default"
|
|
39
|
+
|
|
40
|
+
lines = content.split('\n')
|
|
41
|
+
for line in lines:
|
|
42
|
+
# Detect Section
|
|
43
|
+
for section_name, group_id in sections.items():
|
|
44
|
+
if section_name in line:
|
|
45
|
+
current_group = group_id
|
|
46
|
+
|
|
47
|
+
# Extract relationships: - **[source]** (Type) -> *Verb* → **[target]**
|
|
48
|
+
# Also handles: - **[source]** (Type) -> *Verb* → **target**
|
|
49
|
+
match = re.search(r'\*\*\[?([^\]\*]+)\]?\*\*\s*\(([^\)]+)\).*?→\s*\*\*\[?([^\]\*]+)\]?\*\*', line)
|
|
50
|
+
if match:
|
|
51
|
+
src_name, src_type, target_name = match.groups()
|
|
52
|
+
|
|
53
|
+
# Clean names
|
|
54
|
+
src_name = src_name.strip()
|
|
55
|
+
target_name = target_name.strip()
|
|
56
|
+
|
|
57
|
+
src_id = get_or_create_node(src_name, current_group)
|
|
58
|
+
target_id = get_or_create_node(target_name, current_group)
|
|
59
|
+
|
|
60
|
+
# Extract relationship verb if present
|
|
61
|
+
verb_match = re.search(r'\*(.*?)\*', line)
|
|
62
|
+
verb = verb_match.group(1) if verb_match else "relates"
|
|
63
|
+
|
|
64
|
+
edges.append({
|
|
65
|
+
"from": src_id,
|
|
66
|
+
"to": target_id,
|
|
67
|
+
"label": verb
|
|
68
|
+
})
|
|
69
|
+
|
|
70
|
+
# Extract Lexicon table relationships
|
|
71
|
+
if "|" in line and "Entity" not in line and "---" not in line:
|
|
72
|
+
parts = [p.strip() for p in line.split("|")]
|
|
73
|
+
if len(parts) >= 4:
|
|
74
|
+
entity = parts[1].replace("**", "").replace("[", "").replace("]", "")
|
|
75
|
+
relationship = parts[2].replace("*", "")
|
|
76
|
+
target = parts[3].replace("**", "").replace("[", "").replace("]", "")
|
|
77
|
+
|
|
78
|
+
if entity and target:
|
|
79
|
+
e_id = get_or_create_node(entity, "lexicon")
|
|
80
|
+
t_id = get_or_create_node(target, "lexicon")
|
|
81
|
+
edges.append({
|
|
82
|
+
"from": e_id,
|
|
83
|
+
"to": t_id,
|
|
84
|
+
"label": relationship
|
|
85
|
+
})
|
|
86
|
+
|
|
87
|
+
graph_data = {
|
|
88
|
+
"nodes": nodes,
|
|
89
|
+
"edges": edges
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
output_path = os.path.join(core_dir, 'knowledge-lattice.json')
|
|
93
|
+
with open(output_path, 'w') as f:
|
|
94
|
+
json.dump(graph_data, f, indent=2)
|
|
95
|
+
|
|
96
|
+
print(f"✅ Knowledge Graph extracted to {output_path}")
|
|
97
|
+
|
|
98
|
+
if __name__ == "__main__":
|
|
99
|
+
CORE_DIR = "/Users/georgesiosi/Documents/GitHub/conscious-stack/_active/cs-agent-core"
|
|
100
|
+
extract_lattice(CORE_DIR)
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# Sync agents (Parent Orchestrator)
|
|
4
|
+
# This script propagates the universal Agent Library from cs-agent-core to all sub-nodes.
|
|
5
|
+
|
|
6
|
+
CORE_DIR="/Users/georgesiosi/Documents/GitHub/conscious-stack/_active/cs-agent-core"
|
|
7
|
+
CORE_FILES=(
|
|
8
|
+
"pingala.md"
|
|
9
|
+
"standards.md"
|
|
10
|
+
"behavior.md"
|
|
11
|
+
"voice.md"
|
|
12
|
+
"sources.md"
|
|
13
|
+
"vault-schema.md"
|
|
14
|
+
"mission.md"
|
|
15
|
+
"compute.md"
|
|
16
|
+
"stack-auditor.md"
|
|
17
|
+
"knowledge-lattice.md"
|
|
18
|
+
"strategy.md"
|
|
19
|
+
"identity.md"
|
|
20
|
+
"seo-strategy.md"
|
|
21
|
+
"agent-contractor.md"
|
|
22
|
+
"roadmap.md"
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
SUB_REPOS=(
|
|
26
|
+
"cs-stack-audit"
|
|
27
|
+
"cs-website-v2.3"
|
|
28
|
+
"cs-offer-2611"
|
|
29
|
+
"cs-stackgo-v2-rocket"
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
ROOT_PARENT="/Users/georgesiosi/Documents/GitHub/conscious-stack/_active"
|
|
33
|
+
DATE=$(date +%Y-%m-%d)
|
|
34
|
+
|
|
35
|
+
echo "🔄 Starting Agent Library Installation/Sync..."
|
|
36
|
+
|
|
37
|
+
# 1. Update Root .agent (Active Instance)
|
|
38
|
+
echo " 🧠 Updating Root .agent..."
|
|
39
|
+
for FILE in "${CORE_FILES[@]}"; do
|
|
40
|
+
if [ -f "$CORE_DIR/$FILE" ]; then
|
|
41
|
+
cp "$CORE_DIR/$FILE" "$ROOT_PARENT/.agent/$FILE"
|
|
42
|
+
fi
|
|
43
|
+
done
|
|
44
|
+
|
|
45
|
+
# Sync Skills & Personas
|
|
46
|
+
mkdir -p "$ROOT_PARENT/.agent/skills"
|
|
47
|
+
mkdir -p "$ROOT_PARENT/.agent/personas"
|
|
48
|
+
cp -r "$CORE_DIR/skills/"* "$ROOT_PARENT/.agent/skills/"
|
|
49
|
+
cp -r "$CORE_DIR/personas/"* "$ROOT_PARENT/.agent/personas/"
|
|
50
|
+
|
|
51
|
+
# 2. Update Sub-Repos (Installations)
|
|
52
|
+
for REPO in "${SUB_REPOS[@]}"; do
|
|
53
|
+
TARGET_DIR="$ROOT_PARENT/$REPO/.agent"
|
|
54
|
+
|
|
55
|
+
if [ -d "$TARGET_DIR" ]; then
|
|
56
|
+
echo " 📦 Syncing Library to $REPO..."
|
|
57
|
+
|
|
58
|
+
# Sync core library files
|
|
59
|
+
for FILE in "${CORE_FILES[@]}"; do
|
|
60
|
+
SRC="$CORE_DIR/$FILE"
|
|
61
|
+
if [ -f "$SRC" ]; then
|
|
62
|
+
cp "$SRC" "$TARGET_DIR/$FILE"
|
|
63
|
+
fi
|
|
64
|
+
done
|
|
65
|
+
|
|
66
|
+
# Sync skills & personas
|
|
67
|
+
mkdir -p "$TARGET_DIR/skills"
|
|
68
|
+
mkdir -p "$TARGET_DIR/personas"
|
|
69
|
+
cp -r "$CORE_DIR/skills/"* "$TARGET_DIR/skills/"
|
|
70
|
+
cp -r "$CORE_DIR/personas/"* "$TARGET_DIR/personas/"
|
|
71
|
+
|
|
72
|
+
# Update Manifest
|
|
73
|
+
sed "s/{{DATE}}/$DATE/" "$CORE_DIR/MANIFEST.md.template" > "$TARGET_DIR/MANIFEST.md"
|
|
74
|
+
|
|
75
|
+
# Safety check: ensure project-specific files exist but are never overwritten from core
|
|
76
|
+
# (Though they shouldn't be in CORE_FILES anyway)
|
|
77
|
+
else
|
|
78
|
+
echo " ❓ Skipping $REPO (No .agent directory found)."
|
|
79
|
+
fi
|
|
80
|
+
done
|
|
81
|
+
|
|
82
|
+
echo "✅ Agent Library Sync Complete."
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
import json
|
|
3
|
+
import sys
|
|
4
|
+
import os
|
|
5
|
+
|
|
6
|
+
def update_vault(inventory_path, vault_path):
|
|
7
|
+
if not os.path.exists(inventory_path):
|
|
8
|
+
print(f"❌ Error: Inventory file {inventory_path} not found.")
|
|
9
|
+
return
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
with open(inventory_path, 'r') as f:
|
|
13
|
+
data = json.load(f)
|
|
14
|
+
except Exception as e:
|
|
15
|
+
print(f"❌ Error parsing JSON: {e}")
|
|
16
|
+
return
|
|
17
|
+
|
|
18
|
+
# Simple YAML subset generation
|
|
19
|
+
yaml_lines = ["inventory:"]
|
|
20
|
+
yaml_lines.append(f" total_monthly_cost: {data.get('total_monthly_cost', 0)}")
|
|
21
|
+
yaml_lines.append(f" tool_count: {len(data.get('items', []))}")
|
|
22
|
+
yaml_lines.append(" items:")
|
|
23
|
+
for item in data.get('items', []):
|
|
24
|
+
yaml_lines.append(f" - name: \"{item.get('name', 'unknown')}\"")
|
|
25
|
+
yaml_lines.append(f" cost: {item.get('cost', 0)}")
|
|
26
|
+
yaml_lines.append(f" usage_intensity: {item.get('usage_intensity', 0)}")
|
|
27
|
+
if 'domain' in item:
|
|
28
|
+
yaml_lines.append(f" domain: \"{item['domain']}\"")
|
|
29
|
+
|
|
30
|
+
if not os.path.exists(vault_path):
|
|
31
|
+
print(f"⚠️ Warning: Vault file {vault_path} not found. Creating new.")
|
|
32
|
+
with open(vault_path, 'w') as f:
|
|
33
|
+
f.write("\n".join(yaml_lines) + "\n")
|
|
34
|
+
return
|
|
35
|
+
|
|
36
|
+
with open(vault_path, 'r') as f:
|
|
37
|
+
original_vault = f.readlines()
|
|
38
|
+
|
|
39
|
+
new_vault = []
|
|
40
|
+
skip = False
|
|
41
|
+
for line in original_vault:
|
|
42
|
+
if line.startswith('inventory:'):
|
|
43
|
+
skip = True
|
|
44
|
+
continue
|
|
45
|
+
if skip:
|
|
46
|
+
# Check if we've moved past the inventory section
|
|
47
|
+
# A section ends at the next un-indented line or empty line
|
|
48
|
+
if line.strip() != "" and not line.startswith(" "):
|
|
49
|
+
skip = False
|
|
50
|
+
else:
|
|
51
|
+
continue
|
|
52
|
+
new_vault.append(line)
|
|
53
|
+
|
|
54
|
+
# Insertion logic: look for 'decisions:' as an anchor
|
|
55
|
+
insertion_point = -1
|
|
56
|
+
for i, line in enumerate(new_vault):
|
|
57
|
+
if line.strip().startswith('decisions:'):
|
|
58
|
+
insertion_point = i
|
|
59
|
+
break
|
|
60
|
+
|
|
61
|
+
# Clean up trailing/leading whitespace for the injection
|
|
62
|
+
if insertion_point != -1:
|
|
63
|
+
# Insert before decisions
|
|
64
|
+
new_vault[insertion_point:insertion_point] = [l + "\n" for l in yaml_lines] + ["\n"]
|
|
65
|
+
else:
|
|
66
|
+
# Cleanup end of file
|
|
67
|
+
while new_vault and new_vault[-1].strip() == "":
|
|
68
|
+
new_vault.pop()
|
|
69
|
+
new_vault.append("\n")
|
|
70
|
+
new_vault.extend([l + "\n" for l in yaml_lines])
|
|
71
|
+
|
|
72
|
+
with open(vault_path, 'w') as f:
|
|
73
|
+
f.writelines(new_vault)
|
|
74
|
+
print(f"✅ Vault updated successfully at {vault_path}")
|
|
75
|
+
|
|
76
|
+
if __name__ == "__main__":
|
|
77
|
+
if len(sys.argv) < 3:
|
|
78
|
+
print("Usage: vault-ingest.py <inventory.json> <vault.yaml>")
|
|
79
|
+
sys.exit(1)
|
|
80
|
+
update_vault(sys.argv[1], sys.argv[2])
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: SEO Strategy
|
|
3
|
+
version: 1.0
|
|
4
|
+
last_updated: 2026-01-17
|
|
5
|
+
owner: George Siosi Samuels
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Conscious Stack™ SEO Strategy
|
|
9
|
+
|
|
10
|
+
This document serves as the persistent source of truth for all SEO-related decisions across the Conscious Stack ecosystem. It aligns technical implementation with the 2026–2030 strategic roadmap.
|
|
11
|
+
|
|
12
|
+
## 1. The Mission (Long-Term SEO Vision)
|
|
13
|
+
By 2030, "Conscious Stack" (and eventually CSTACK) should be the primary organic choice for individuals and institutions seeking:
|
|
14
|
+
- **Cognition Insurance** (Cognitive Security + Governance-as-a-Service)
|
|
15
|
+
- **Digital Sovereignty Architecture**
|
|
16
|
+
- **High-Sovereignty Productivity Systems**
|
|
17
|
+
|
|
18
|
+
## 2. The Phased Keyword Ladder
|
|
19
|
+
|
|
20
|
+
| Phase | Timeframe | Target Keywords | Search Intent |
|
|
21
|
+
|:------|:----------|:----------------|:--------------|
|
|
22
|
+
| **1: Capture** | Jan 2026 - Dec 2026 | "tech stack audit", "too many productivity apps", "GTD alternative 2026", "simplify AI tools", "digital minimalism", "FocusMonitor" | Problem-aware, seeking immediate relief from tool overwhelm. |
|
|
23
|
+
| **2: Educate** | Jan 2027 - Dec 2027 | "5:3:1 rule", "stack architecture", "cognitive load tools", "conscious stack design", "methodological debt" | Solution-aware, evaluating the CS framework. |
|
|
24
|
+
| **3: Dominate** | Jan 2028 - Dec 2030 | "Conscious Stack", "Cognition Insurance", "Cognitive Governance", "CSTACK", "Cognitive Security" | Brand-aware, seeking institutional-grade sovereignty. |
|
|
25
|
+
|
|
26
|
+
## 3. Target Archetypes & Search Intent
|
|
27
|
+
|
|
28
|
+
| Archetype | Pain Language (SEO Entry) | Entry Point | Conversion Goal |
|
|
29
|
+
|:----------|:--------------------------|:------------|:------------------|
|
|
30
|
+
| **Reflective Operator** | "I feel overwhelmed by my tools", "Is my tech broken?", "Searching for digital peace" | Blog, Frequency Assessment | Book Purchase / Collective Join |
|
|
31
|
+
| **Pragmatic Operator** | "Fix my stack now", "Stack audit for team", "Productivity ROI", "AI tool bloat" | Offer Page (@cs-offer-2611), Direct CTA | Pilot Program / Paid Audit |
|
|
32
|
+
| **Broken Capitalist** | "Refugees from western business culture", "alternative to VC-backed SaaS", "open-source sovereignty" | Philosophy Pages, Methodology | High-level Partnership / Alignment |
|
|
33
|
+
| **Institutional Buyer** | "Cognitive risk policy", "governance for AI tools", "workforce cognitive security" | Whitepaper (Feb 22), Enterprise Landing | Governance-as-a-Service |
|
|
34
|
+
|
|
35
|
+
## 4. Core Entity Vocabulary (Semantic SEO)
|
|
36
|
+
|
|
37
|
+
These terms define our "Knowledge Graph" for AI search engines (LLMs).
|
|
38
|
+
|
|
39
|
+
- **Primary Entity:** Conscious Stack™ (Brand) → owned by Faiabrand Pte Ltd (Organization).
|
|
40
|
+
- **Secondary Identity:** CSTACK (Future Legal/Software Entity).
|
|
41
|
+
- **Core Methodology:** Conscious Stack Design™ (CSD), 5:3:1 Rule, 5:3:1 Protocol.
|
|
42
|
+
- **Invented Concepts:** Cognitive Sovereignty, Cognition Insurance, Cognitive Security, Stack Frequency, Silicon Chaos, Attention Residue, Sovereignty Debt, High-Sovereignty Architecture.
|
|
43
|
+
- **Primary Personal Brand:** George Siosi Samuels.
|
|
44
|
+
|
|
45
|
+
## 5. Invented Vocabulary Rollout
|
|
46
|
+
|
|
47
|
+
We do not lead with concepts that have zero search volume on cold traffic pages. We "Trojan Horse" them.
|
|
48
|
+
|
|
49
|
+
| Term | Status | Implementation Strategy |
|
|
50
|
+
|:-----|:-------|:------------------------|
|
|
51
|
+
| **Silicon Chaos** | Active | Use in storytelling and mid-page copy. Pair with "Tool Bloat". |
|
|
52
|
+
| **Stack Frequency** | Active | Explicitly used for the "Frequency Assessment". Use for SEO on diagnostic-related queries. |
|
|
53
|
+
| **Cognition Insurance** | Reserved | Do NOT use in primary hero copy for 2026. Seed in Whitepapers and LinkedIn content. Aim for dominance by 2028. |
|
|
54
|
+
| **Cognitive Erosion** | Active | Link to "Focus/Attention Loss" in SEO meta descriptions. |
|
|
55
|
+
|
|
56
|
+
## 6. Global SEO Standards
|
|
57
|
+
|
|
58
|
+
### Metadata Patterns
|
|
59
|
+
- **Titles:** `[Primary Keyword] | [Pain Point/Action] - Conscious Stack`
|
|
60
|
+
- *Example:* `Simplify Your Tech Stack | Stop Cognitive Erosion - Conscious Stack`
|
|
61
|
+
- **Descriptions:** 150-160 characters. Must contain 1 primary keyword. Must include a clear benefit-driven CTA.
|
|
62
|
+
- **Keywords:** (Legacy but used for AI context) Mix standard industry terms (Productivity) with proprietary terms (5:3:1).
|
|
63
|
+
|
|
64
|
+
### Technical SEO (AI-Centric)
|
|
65
|
+
- **JSON-LD:** Every page must include Organization/Brand schema. Key pages (Protocol, Assessment) must have page-specific Structured Data (HowTo, FAQ, Service).
|
|
66
|
+
- **Internal Linking:** Ensure 3:1 ratio (3 internal links to 1 external) to build domain authority for `/531-rule` and `/frequency-assessment`.
|
|
67
|
+
|
|
68
|
+
## 7. Strategic Red Hat / Open Source Approach
|
|
69
|
+
- **Lead with Protocol:** The 5:3:1 Rule is the entry point (Open Source logic).
|
|
70
|
+
- **Monetize Governance:** Services and Enterprise software (CSTACK) are the paid layers.
|
|
71
|
+
- **Copy Note:** Emphasize the "Open" nature of the protocol to appeal to "Refugees from Western Business Culture."
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-orchestrator
|
|
3
|
+
description: Manages synchronization of core agent methodology across the multi-repo workspace.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Agent Orchestrator Skill
|
|
7
|
+
|
|
8
|
+
This skill ensures that all sub-repositories (nodes) are using the latest core methodology from `cs-agent-core`.
|
|
9
|
+
|
|
10
|
+
## Instructions
|
|
11
|
+
1. Whenever a core file (like `pingala.md`, `standards.md`, etc.) is updated in `cs-agent-core`, run the synchronization script.
|
|
12
|
+
2. The script will propagate these changes to the root `.agent` folder and all sub-repositories.
|
|
13
|
+
3. If adding a new sub-repo to the workspace, ensure it is added to the `SUB_REPOS` list in the sync script.
|
|
14
|
+
|
|
15
|
+
## Scripts
|
|
16
|
+
- **sync-agents.sh**: Propagates files from core to sub-repos.
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
Run the following command to sync all agents:
|
|
20
|
+
```bash
|
|
21
|
+
bash .agent/skills/agent-orchestrator/scripts/sync-agents.sh
|
|
22
|
+
```
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# Sync agents (Parent Orchestrator)
|
|
4
|
+
# This script propagates methodology from the cs-agent-core repo to all sub-nodes.
|
|
5
|
+
|
|
6
|
+
CORE_DIR="/Users/georgesiosi/Documents/GitHub/conscious-stack/_active/cs-agent-core"
|
|
7
|
+
CORE_FILES=(
|
|
8
|
+
"pingala.md"
|
|
9
|
+
"standards.md"
|
|
10
|
+
"behavior.md"
|
|
11
|
+
"voice.md"
|
|
12
|
+
"sources.md"
|
|
13
|
+
"backlog.md"
|
|
14
|
+
"vault-schema.md"
|
|
15
|
+
"mission.md"
|
|
16
|
+
"compute.md"
|
|
17
|
+
"map.md"
|
|
18
|
+
"stack-auditor.md"
|
|
19
|
+
"knowledge-lattice.md"
|
|
20
|
+
"agent-contractor.md"
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
SUB_REPOS=(
|
|
24
|
+
"cs-stack-audit"
|
|
25
|
+
"cs-website-v2.3"
|
|
26
|
+
"cs-offer-2611"
|
|
27
|
+
"cs-stackgo-v2-rocket"
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
ROOT_PARENT="/Users/georgesiosi/Documents/GitHub/conscious-stack/_active"
|
|
31
|
+
|
|
32
|
+
echo "🔄 Starting Parent Agent Synchronization..."
|
|
33
|
+
|
|
34
|
+
# 1. First, update the root .agent directory (Local Agent Coherence)
|
|
35
|
+
echo " 🧠 Updating Root .agent..."
|
|
36
|
+
for FILE in "${CORE_FILES[@]}"; do
|
|
37
|
+
if [ -f "$CORE_DIR/$FILE" ]; then
|
|
38
|
+
cp "$CORE_DIR/$FILE" "$ROOT_PARENT/.agent/$FILE"
|
|
39
|
+
fi
|
|
40
|
+
done
|
|
41
|
+
|
|
42
|
+
# 2. Then, update all sub-repos
|
|
43
|
+
for REPO in "${SUB_REPOS[@]}"; do
|
|
44
|
+
TARGET_DIR="$ROOT_PARENT/$REPO/.agent"
|
|
45
|
+
|
|
46
|
+
if [ -d "$TARGET_DIR" ]; then
|
|
47
|
+
echo " 📦 Syncing to $REPO..."
|
|
48
|
+
for FILE in "${CORE_FILES[@]}"; do
|
|
49
|
+
SRC="$CORE_DIR/$FILE"
|
|
50
|
+
if [ -f "$SRC" ]; then
|
|
51
|
+
cp "$SRC" "$TARGET_DIR/$FILE"
|
|
52
|
+
else
|
|
53
|
+
echo " ⚠️ Warning: Source $FILE not found."
|
|
54
|
+
fi
|
|
55
|
+
done
|
|
56
|
+
else
|
|
57
|
+
echo " ❓ Skipping $REPO (No .agent directory found)."
|
|
58
|
+
fi
|
|
59
|
+
done
|
|
60
|
+
|
|
61
|
+
echo "✅ Synchronization Complete."
|