Skip to main content

Codebase observation graph and mapping tools

Project description

eforge

Codebase observation graph for developers. Map your codebase. Track concepts. Find relationships.

Install

pip install eforge

No setup needed

Just start adding nodes. .forge/observations/ is created automatically on first use.

cd your-project
eforge node add "AuthSystem" --kind concept/feature -y
eforge node add "auth.py" --kind core/file \
  --file src/auth.py -y
eforge node link "AuthSystem" "auth.py" \
  --rel housed-in \
  --note "core auth logic" -y
eforge node show "AuthSystem"

Commands

eforge node     add, show, list, find, link,
                note, tag, mark, edit, inspect
eforge schema   list, show, create, edit,
                validate, copy, restore
eforge error    lookup, search, list, stats

Your own schemas

eforge ships with built-in schemas for common node types. Add project-specific schemas without touching forge:

eforge schema create game/canvas

This creates .eforge/schemas/domain/game/canvas.yaml. Your schema is immediately available:

eforge node add "PixelCanvas" --kind game/canvas
# SchemaPrompt uses YOUR schema properties

Schema search order:

  1. .eforge/schemas/ (your project)
  2. forge built-ins

Built-in kinds: concept/feature, core/file, ui/screen, ui/variant, ui/component, architecture/session, architecture/boundary, data/model, data/table, data/rpc, code/class, code/function, code/module

Node types

concept/feature planned features, systems, capabilities
core/file       source files

Relationship types

housed-in       concept → file
relates-to      concept → concept
depends-on      A needs B
implements      code implements concept
raises          code raises error

Storage

.eforge/schemas/           project type schemas
.forge/observations/
  nodes/                   one yaml per node
  .cache/                  SQLite index (auto-rebuilt)

No AI required

Works without any AI assistant. Map your codebase manually, one node at a time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eforge-1.0.5.tar.gz (12.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eforge-1.0.5-py3-none-any.whl (90.3 kB view details)

Uploaded Python 3

File details

Details for the file eforge-1.0.5.tar.gz.

File metadata

  • Download URL: eforge-1.0.5.tar.gz
  • Upload date:
  • Size: 12.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for eforge-1.0.5.tar.gz
Algorithm Hash digest
SHA256 5e5b9009e693610705616f552736859ce251dbfd90fd92433145dd45b9038d80
MD5 1c672e01a8a199ba3af2e785cc5ba66a
BLAKE2b-256 f6f60367a27dff00a3132ffd7a4a21a54be3c7319d9fc7916cc106dbdbfeb646

See more details on using hashes here.

File details

Details for the file eforge-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: eforge-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 90.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for eforge-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 04a9137c9e6f264e2c05119c360f19691e17c2888d38705dd8b8c0f430a30ed4
MD5 5115b5b665784b41f3606e5301c5c9b3
BLAKE2b-256 b8162494bf239e6ea874e11b7859028a41651b34948ca4b9530cb056f2d4a939

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page