Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/hannsxpeter/godpowers/observegit clone --depth 1 https://github.com/hannsxpeter/godpowersWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00709 |
| Opus 5 | $0.00000 | $0.00354 |
| Sonnet 5 | $0.00000 | $0.00142 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
observe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scope
- [DECISION] This pillar captures observability mechanisms inside Godpowers itself.
Context
Signals
- [DECISION]
lib/events.jswrites hash-chained JSONL events under.godpowers/runs/<run-id>/events.jsonl. - [DECISION]
lib/checkpoint.jswrites.godpowers/CHECKPOINT.mdxas the durable orientation pin for future sessions. - [DECISION]
/god-logs,/god-metrics, and/god-traceread the event stream. - [DECISION]
lib/outcome-metrics.jsderives time to accepted change, recorded cost, manual intervention, resume success, deployment completion, and rollback proof without filling absent evidence. - [DECISION]
lib/dashboard.jsrenders disk-derived project status, action brief, proactive checks, and host guarantees. - [DECISION] Event vocabulary includes local helper, dashboard, host capability, dogfood, source-system import, sync-back, repo-doc sync, and repo-surface sync events.
- [DECISION]
context.loadoutevents preserve complete loaded and omitted counts plus bounded source identifiers without recording file or inline contents. - [DECISION]
lib/slice-handoff.jsderives an at-most-8-KiB resume projection from authoritative plan, state, event, linkage, and verification evidence. - [DECISION] Evolution benchmark evidence records behavior, attempts, rework, changed lines, acceptance, handoff completeness, and maintainability deltas for each of six ordered checkpoints.
- [DECISION]
decision.recordedevents use the existing hash chain, and/god-trace --decisionsreturns a bounded read-only{ items, integrityFailures }projection from one verified snapshot per selected run.
Decisions
- [DECISION] Pull-request CI run 32271677551 and merged-main CI run 32272127234 passed for the exact 6.3.0 release tree.
- [DECISION] Provenance workflow 32272150358 passed in 2 minutes 38 seconds and published the exact 6.3.0 root and MCP pair.
- [DECISION] Provenance workflow 32272475321 passed in 2 minutes 17 seconds and published the exact operations pack.
- [DECISION] Publication verification records observed release evidence without claiming unavailable production-user outcomes.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 65 lines · 0 tokens per session scan A 02230d1da195
observe is an agent published in the GitHub repository hannsxpeter/godpowers (5 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 709 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ap-framework-generator
L3 executor - FRAMEWORK GENERATE. When the SELECTOR returns MISS, generates a one-off custom framework for the exact task shape - classifies the orthogonal axes, composes the gate sequence from the GATE-LIBRARY with the correct axis-specific gate, emits the gen- leaf with the BLOCKED invariant verbatim, binds an…
ap-juror
L4 terminal leaf - G7 SIGN-OFF. One independent sign-off panel seat that saw none of the intermediate work. Binary PASS/FAIL on opened evidence; default-FAIL. A FAIL naming a P0/P1 blocker is NOT arbitrable into PASS.
ap-re-anchor
L4 terminal leaf - RE-ANCHOR. Confirms mission and roadmap frontier alignment after resume or compaction using the three-file governance state.
ap-verifier
L3 independent G6 verifier - proves behavior with real before/after runs, regression checks, adversarial inputs, and >=95% changed-line coverage.
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase. This is a single-context repo.
ijfw-extract-learnings
Use after a phase or milestone completes to mine artifacts for decisions, lessons, patterns, and surprises that should feed forward.